Name
Last commit
Last update
..
androidcamera Multiple fixes in camera.
calib3d fix typo in test_cameracalibration
contrib doc typos
core fix output matrix allocation in cv::subtract(cherry picked from commit 629461c8)
dynamicuda disable NPP for GpuMat methods and for copyMakeBorder
features2d remove unused variables in CV_KDTreeTest_CPP::findNeighbors()
flann Merge pull request #2026 from pemmanuelviel:giveFurthestPoint
gpu Build fixes for CUDA 6.5
highgui Corrected bug #1437. Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.)
imgproc GCC 4.8 warning array subscript is above array bounds fixed.
java OpenCV version++. OpenCV Manager version++.
legacy doc typos
ml Merge pull request #2107 from nghiaho12:nn_doc
nonfree fixed C4505
objdetect remove unused variable in HOGDescriptor::groupRectangles()
ocl remove unused variable in OCL_PERF_TEST_P()
photo typos
python All installed files marked with component names for install customization.
stitching turn on CUDA part of stitching module on Android for non-dynamic build
superres Superres module enabled for Android. GPU samples build fixed for Android.
ts Misprint fixed in table formatter
video Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in BackgroundSubtractorMOG2
videostab fix variable name typo in calcBlurriness
viz Added cloud shading support - additional normals array is used
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'
CMakeLists.txt Add support for adding custom OpenCV modules.
refman.rst.in Merged the trunk r8517:8524