Pavel Rojtberg
4c251bd260
CvLevMarq: add solve method to interface
10 years ago
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.
10 years ago
Pavel Rojtberg
9d89c369f8
update SOLVEPNP documentation
10 years ago
Vadim Pisarevsky
7a7b0bcfcb
fixed the upper boundary when calling checkRange (thanks to alalek)
10 years ago
Deanna Hood
0d706f6796
Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096 )
10 years ago
Vadim Pisarevsky
544990e377
couple of small fixes in rtrees variable importance calculation
10 years ago
Vadim Pisarevsky
fda17273de
applying patch by rxtsolar: https://github.com/Itseez/opencv/pull/5422 for the master branch (even though it's actually not that important here)
10 years ago
niederb
d8e3971e7f
Fixed variable importance in rtrees
10 years ago
Vadim Pisarevsky
d2e169929c
Merge pull request #5767 from dtmoodie:cpu_mat_memory_allocator
10 years ago
Vadim Pisarevsky
bb4b4acce5
Merge pull request #5776 from alalek:checkRange_fixes
10 years ago
Vadim Pisarevsky
bfe5ed23cd
Merge pull request #5657 from tianzhi0549:fixed-the-type-inconsistent-with-document
10 years ago
Vladislav Vinogradov
5576c0866a
fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument
10 years ago
Vadim Pisarevsky
a0f6cd8df5
Merge pull request #5362 from Dikay900:cascade_reject_stage
10 years ago
Vadim Pisarevsky
6ead99985f
Merge pull request #4086 from IgnasD:cameraMat_five-point
10 years ago
Alexander Alekhin
5aa4b74115
Merge pull request #5723 from dtmoodie:win_gst
10 years ago
Vadim Pisarevsky
3c8bd19e56
Merge pull request #5309 from paroj:sampsonDist
10 years ago
Vadim Pisarevsky
5d6292fc97
Merge pull request #5675 from paroj:fisheyecalib
10 years ago
Alexander Alekhin
b26580cc7b
checkRange fixes
...
1) fix multichannel support
2) remove useless bad_value, read value from original Mat directly
3) add more tests
4) fix docs for cvCeil and checkRange
10 years ago
Dan
46ec9c386b
Gstreamer 1.0 on windows.
10 years ago
Vadim Pisarevsky
8e67f0ba84
Merge pull request #5774 from mshabunin:coverity_fixes
10 years ago
Vadim Pisarevsky
05531cd7c4
Merge pull request #5768 from cbalint13:kaze_akaze
10 years ago
Vadim Pisarevsky
919fc443fb
Merge pull request #5770 from emiswelt:master
10 years ago
Vadim Pisarevsky
35d4f998fd
Merge pull request #5748 from songyuncen:fix#5745
10 years ago
Maksim Shabunin
2cda78ffac
Valgrind: fixed uninitialized image usage in descriptors regression tests
10 years ago
Maksim Shabunin
832a03821d
Valgrind: do not use uninitialized data in optflow
10 years ago
Maksim Shabunin
4a294775da
Coverity: fixed uninitialized field in ExifReader
10 years ago
Maksim Shabunin
a9607c8531
Coverity: fixed uninitialized fields in test_goodfeaturetotrack
10 years ago
Maksim Shabunin
a921761d18
Coverity: memory leak in OpenEXR reader
10 years ago
Maksim Shabunin
f814218640
Coverity: uninitialized fields in Stitcher
10 years ago
Maksim Shabunin
715887fcd5
Coverity: fixed some negative argument issues
10 years ago
Maksim Shabunin
fc641e2bde
Coverity: uninitialized values in ExifEntry_t structure
10 years ago
Vadim Pisarevsky
6dd5e7749b
Merge pull request #5773 from GregoryMorse:master
10 years ago
Gregory Morse
bcf78daed2
Update CMakeLists.txt
...
WinRT parallels library is causing conflicts in VC++ due to inconsistent usage with C++/CX which is now present in parallels.cpp. This support should be included in all projects with WinRT specific code except if doing special native C++ tasks.
10 years ago
Gregory Morse
1ab7acf015
Update CMakeLists.txt
...
Fix C++/CX support for all WINRT and bring back native-mode only support which was removed
10 years ago
songyuncen
02bb287802
Merge remote-tracking branch 'origin/fix#5745' into fix#5745
10 years ago
songyuncen
9d8118dee5
build failed, trailing whitespace.
10 years ago
emiswelt
2e9ef3f9e3
Changed parameter order of cv::stereoRectify in documentation,
...
so it matches the code.
10 years ago
Balint Cristian
0087c57e0d
Fix KAZE/AKAZE descriptors to use angle instead radians.
10 years ago
Vadim Pisarevsky
d6f8a75e91
Merge pull request #5230 from PhilLab:patch-4
10 years ago
Dan
237f33d4f0
nullptr -> NULL
10 years ago
Vadim Pisarevsky
a15707bc57
Merge pull request #5765 from alalek:pthread_mutex_init
10 years ago
Vadim Pisarevsky
9d624f82c0
Merge pull request #5670 from askourik:opencv_agast_tree
10 years ago
songyuncen
893fa4cf84
build failed, trailing whitespace.
10 years ago
Dan
76760470f3
Cherry pick failed to grab interface changes.
10 years ago
Dan Moodie
4f373a4284
Clarified default allocator interface.
...
Conflicts:
modules/core/src/matrix.cpp
10 years ago
songyuncen
e0b7389dc3
remove compile warnings in shapedescr.cpp
10 years ago
songyuncen
a69eeb6b1f
change the algorithm of minimum enclosing circle with EMO Welzl's method
10 years ago
Vadim Pisarevsky
5d5cf32e22
Merge pull request #5758 from eladj:py_tutorial_hdr
10 years ago
Vadim Pisarevsky
0de6165863
Merge pull request #5660 from jet47:cuda-wrap-stream-3.0
10 years ago
Vadim Pisarevsky
9c0a5523e4
Merge pull request #5757 from alalek:merge-2.4
10 years ago