opencv/modules
Roman Donchenko eff53e95f9 Fixed the "image sequence" capture not failing when a pattern isn't found.
at can't be a null pointer, so the condition was always false, and
a nonsensical pattern like "image.png%00d" was being inferred.
2013-11-11 18:12:49 +04:00
..
androidcamera Native camera libraries updated. 2013-08-29 18:46:45 +04:00
calib3d Change intrinsic camera matrix initialization 2013-10-19 02:10:20 -05:00
contrib Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
core Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
features2d remove CV_EXPORT from templates 2013-09-15 13:48:54 +04:00
flann Silenced a few -Wcast-align warnings in the headers. 2013-09-12 12:33:56 +04:00
gpu Enabled CV_Assert and such to print the function name with Visual C++. 2013-11-07 17:22:02 +04:00
highgui Fixed the "image sequence" capture not failing when a pattern isn't found. 2013-11-11 18:12:49 +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 Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
ml svm: disable failed tests 2013-10-07 18:17:10 +04:00
nonfree Merge pull request #1495 from StevenPuttemans:bugfix_3282 2013-10-29 10:51:01 +04:00
objdetect Normalized file endings. 2013-08-21 18:59:25 +04:00
ocl Merge pull request #1780 from ilya-lavrenov:ocl_m_pi 2013-11-11 17:00:31 +04:00
photo Normalized file endings. 2013-08-21 18:59:25 +04:00
python cmake: python module updates 2013-10-09 17:49:11 +04:00
stitching Normalized file endings. 2013-08-21 18:59:25 +04:00
superres Fixed building with OpenCL, but without the ocl module. 2013-10-30 14:07:34 +04:00
ts Fix running Java tests with run.py on everything other than Windows. 2013-10-16 19:22:01 +04:00
video Copied errorCovPre to errorCovPost. This allows the correct behaviour of the uncertainty to grow when there is missing data for each predict step. 2013-10-20 13:00:11 +11:00
videostab Normalized file endings. 2013-08-21 18:59:25 +04:00
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 Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in