opencv/modules
2012-04-05 14:00:36 +00:00
..
androidcamera Autofocus issue on Android ICS fixed. 2012-04-05 14:00:36 +00:00
calib3d a LOT of obsolete stuff has been moved to the legacy module. 2012-03-30 12:19:25 +00:00
contrib Fixed ~20 potential errors identified by the MS complier. 2012-03-31 11:09:16 +00:00
core probably, ultimately fixed the problem of empty clusters in kmeans; added test for singular kmeans cases 2012-04-05 13:01:34 +00:00
features2d added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors. 2012-04-03 13:38:54 +00:00
flann Merged the trunk r7844 2012-04-05 09:01:03 +00:00
gpu updated gpu docs 2012-04-03 06:45:32 +00:00
highgui fixed #227, added support I420 format 2012-04-04 16:06:07 +00:00
imgproc #1732 Added YUV422 conversions 2012-04-05 08:29:59 +00:00
java Java API: minor bug-fixes and improvements in CvVector-s and tests 2012-04-05 08:41:03 +00:00
legacy Fixed ~20 potential errors identified by the MS complier. 2012-03-31 11:09:16 +00:00
ml added explicit () to avoid MSVC /analyze warning 2012-03-31 17:39:06 +00:00
nonfree restore support of vector<float> as possible output descriptor container in SURF::operator(). 2012-04-04 10:36:49 +00:00
objdetect Removed unneded dependency between objdetect and calib3d 2012-04-04 08:34:30 +00:00
photo fixing arg name according to ref man 2012-03-21 14:59:56 +00:00
python Fixed ~20 potential errors identified by the MS complier. 2012-03-31 11:09:16 +00:00
stitching added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away. 2012-03-31 17:25:19 +00:00
ts Added option to automatically run all accuracy tests with run.py 2012-04-05 12:53:25 +00:00
video Fixed gcc build after r7751 2012-03-30 14:03:18 +00:00
videostab Added linear similarity estimation into videostab module 2012-03-30 09:44:32 +00:00
CMakeLists.txt Global CMake reorganization: 2012-02-03 11:26:49 +00:00
refman.rst lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 2012-03-15 14:36:01 +00:00