Name
Last commit
Last update
..
androidcamera Fix for issue #1201 Updated. Focus mode auto was replaced on continuous-video. Libraries were rebuilt.
calib3d a LOT of obsolete stuff has been moved to the legacy module.
contrib Fixed ~20 potential errors identified by the MS complier.
core added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM)
features2d a LOT of obsolete stuff has been moved to the legacy module.
flann Fixed ~20 potential errors identified by the MS complier.
gpu fixed gpu::Laplacian
highgui Fixed compilation error with ffmpeg 0.9.x & 0.10.x
imgproc Fixed gcc build
java Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
legacy Fixed ~20 potential errors identified by the MS complier.
ml added explicit () to avoid MSVC /analyze warning
nonfree #1349 tbb::mutex is moved to outer scope to be sure that its initialization is completed before the parallel loop
objdetect a LOT of obsolete stuff has been moved to the legacy module.
photo fixing arg name according to ref man
python Fixed ~20 potential errors identified by the MS complier.
stitching added optional dependency stitching->nonfree. When nonfree is available, make sure linker does not throw it away.
ts fixed hundreds of warnings from MSVC 2010.
video Fixed gcc build after r7751
videostab Added linear similarity estimation into videostab module
CMakeLists.txt Global CMake reorganization:
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.