opencv/modules
Pavel Rojtberg 22b64e2c28 CvLevMarq: remove fixed rows instead of setting them to zero
use the same approach like in fisheye calibration: instead of setting
masked out rows to zero, remove them from the equation system.
This way JtJ does not become singular and we can use the much faster LU
decomposition instead of SVD.

This results in a speedup of the Calibrate unit tests of 3x-10x.
2015-12-10 23:02:18 +01:00
..
calib3d CvLevMarq: remove fixed rows instead of setting them to zero 2015-12-10 23:02:18 +01:00
core Update CMakeLists.txt 2015-12-09 03:45:10 +01:00
cudaarithm Merge pull request #5660 from jet47:cuda-wrap-stream-3.0 2015-12-08 12:28:57 +00:00
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc disable sanity tests for AlphaComp and PyrLKOpticalFlowDense 2015-11-27 16:46:47 +03:00
cudalegacy Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
cudaobjdetect Race condition bug-fix in hog.cu 2015-12-01 09:19:31 +01:00
cudaoptflow disable sanity tests for AlphaComp and PyrLKOpticalFlowDense 2015-11-27 16:46:47 +03:00
cudastereo increase epsilons in some tests: 2015-11-27 16:46:20 +03:00
cudawarping
cudev fix BORDER_WRAP processing on Maxwell generation 2015-11-27 16:45:26 +03:00
features2d Merge pull request #5774 from mshabunin:coverity_fixes 2015-12-09 13:32:44 +00:00
flann Added missing copyright headers. 2015-10-13 15:02:38 +03:00
hal Fix documentation warning 2015-12-03 17:30:45 +03:00
highgui Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
imgcodecs Coverity: fixed uninitialized field in ExifReader 2015-12-09 14:25:08 +03:00
imgproc Merge pull request #5774 from mshabunin:coverity_fixes 2015-12-09 13:32:44 +00:00
java Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
ml Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
objdetect Merge pull request #5714 from ajbernal:OCL_HOG_Fix 2015-11-30 09:44:37 +00:00
photo Coverity: fixed some negative argument issues 2015-12-09 14:25:08 +03:00
python Merge pull request #5487 from Wangyida:python 2015-11-02 12:26:53 +00:00
shape
stitching Coverity: uninitialized fields in Stitcher 2015-12-09 14:25:08 +03:00
superres Fixed cmake and build issues when using Visual Studio 2015 2015-10-29 11:50:48 +03:00
ts Merge pull request #3540 from AlexanderUsentsov:good_feature 2015-12-08 08:02:28 +00:00
video Valgrind: do not use uninitialized data in optflow 2015-12-09 14:25:08 +03:00
videoio Update CMakeLists.txt 2015-12-09 03:42:25 +01:00
videostab
viz Added new functionalities to viz module 2015-08-15 01:03:59 +02:00
world fix tests build (win,shared,world) 2015-06-05 16:30:36 +03:00
CMakeLists.txt