Name
Last commit
Last update
..
androidcamera Issue #1201: auto-focus problem was fixed. Binaries were rebuilt.
calib3d Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575)
contrib Fixed Android build warnings
core added special notice about the missing saturation in 32s case (ticket #1529)
features2d added test case of matching the same descriptors
flann got rid of "long double" in OpenCV; ticket #1515
gpu minor modification of gpu video tests
highgui probably fixed multi-threaded capturing from DShow cameras (ticket #1470)
imgproc added houghcircles sample, improved circle detection (ticket #951)
java Reworked build scripts for Android Java API, tests and examples
legacy fixed many warnings from GCC 4.6.1
ml improved description of RTreeParams (ticket #1656; thanks to Nghia Ho)
nonfree applied patch from #1712 (thanks to Vlad)
objdetect possibly fixed bug #1453
photo fixing arg name according to ref man
python Added points comparison in test_remap
stitching Fixed bug #1693. Also corrected default parameters for stitching.
ts fixed hundreds of warnings from MSVC 2010.
video fixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch)
videostab Added load and save motion args into videostab sample
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.