opencv/modules
2013-11-21 11:55:20 +04:00
..
androidcamera Initial NativeCamera support for Android 4.4 KitKat. 2013-11-18 18:07:26 +04:00
calib3d minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left 2013-11-12 22:37:23 +08:00
contrib Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
core Merge pull request #1825 from jet47:fix-opengl-mem-leak 2013-11-19 12:31:53 +04:00
features2d
flann
gpu Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
highgui Merge pull request #1761 from bhuroc:qtkit-video-file-2.4 2013-11-20 13:36:37 +04:00
imgproc Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs 2013-11-06 16:48:50 +04:00
java Merge pull request #1737 from vrabaud:2.4 2013-11-07 12:03:30 +04:00
legacy
ml Gave CvSVM a private copy constructor & assignment operator. 2013-11-20 14:59:42 +04:00
nonfree Merge pull request #1495 from StevenPuttemans:bugfix_3282 2013-10-29 10:51:01 +04:00
objdetect
ocl workaround for AMD bug: UNREACHABLE EXECUTED 2013-11-20 15:40:56 +04:00
photo
python
stitching
superres Fixed building with OpenCL, but without the ocl module. 2013-10-30 14:07:34 +04:00
ts perf tests: allow to skip performance tests 2013-11-13 14:17:56 +04:00
video
videostab
world CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file' 2013-11-08 14:09:34 +05:30
CMakeLists.txt
refman.rst.in