Name
Last commit
Last update
..
androidcamera Bug #1822 Native camera does not work on Samsung Galaxy SII with Android ICS 4.0.3 was fixed. All binary libs were rebuilt.
calib3d avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839)
contrib propagated changes for retina filters from trunk to 2.4
core decreased the number of tests in Core_Eigen, decreased the maximum matrix size in Core_SVD; now those tests take less time to complete
features2d put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
flann Fixed build with mingw 4.4.0
gpu reverted r8003 (CascadeClassifier_GPU didn't work)
highgui Fixed VideoCapture memory leak (bug #1481)
imgproc added PSNR function to imgproc; refactored highgui positioning test (which still fails)
java Java API: updating OpenCV version, minor Core API improvements, enabling EM.
legacy put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
ml Minor documentation fix
nonfree Increased test threshold for arm
objdetect fixed Linemod's Detector write method (removed nested sequence delimiters)
photo Spell checked the documentation with VIM (issue #223)
python fixed python version in yet another place.
stitching Fixed stitching module tests built without nonfree
ts Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows
video Minor documentation fix
videostab Fixed 9 more build warnings
CMakeLists.txt Global CMake reorganization:
refman.rst added missing contrib & legacy chapters to the reference manual; fixed (x, y)->(y, x) ordering in Mat.at (ticket #1726)