59 Commits (32d4af36e273dad3d603ba983669d76da946845f)

Author SHA1 Message Date
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Pavel Rojtberg 25061b4280 convertPointsToHomogeneous: fix output type for depth == CV_32S 9 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Julien Nabet a29c814bd8 cppcheck: fix some reports 9 years ago
Philipp Hasper 3f1eeba39d findHomography sets output mask to all zeros in case of no inlier 9 years ago
Pavel Rojtberg 16fcd78f03 add sampson distance error measure 10 years ago
Pavel Rojtberg 0688bb61ed simplify 8point algorithm using Matx classes 10 years ago
Deanna Hood eee210f3b5 Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error 10 years ago
Vadim Pisarevsky ca19ae8b5a in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
Olexa Bilaniuk 736b42b372 Refactorings and renamings. 10 years ago
Olexa Bilaniuk 408f93340a External interface converted to use OpenCV Ptr<> smart pointer. 10 years ago
Olexa Bilaniuk e5696bc5e6 Whitespace change reverts to minimize delta w.r.t master. 10 years ago
Hamid Bazargani 44f906eb35 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani e22678018b Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
ASUS 6dbf13d7b5 saveBestModel() is modified. accuracy test is passed. 10 years ago
Olexa Bilaniuk adac8c04bb Converted to C++ style, + bugfixes. 10 years ago
Olexa Bilaniuk 87c2b8197a Bug fixes in mask output. 10 years ago
Olexa Bilaniuk 2609e77af7 Silence spurious loss-of-data warnings from Windows. 10 years ago
Olexa Bilaniuk ce0570b777 Splitting vectorized code into separate branch. 10 years ago
Olexa Bilaniuk 02124f19e6 Further LevMarq improvements. 10 years ago
Olexa Bilaniuk 7fca146b21 More LevMarq bugfixes. 10 years ago
Olexa Bilaniuk 68e59d6154 [RHO] Initial commit of RHO algorithm for rapid homography estimation. 11 years ago
Shubhra Pandit 6ca893be23 Adding feature 1544 and 1557 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Vladislav Vinogradov 0c7663eb3b Merge branch 'master' into gpu-cuda-rename 12 years ago
Roman Donchenko bd70a033fc Boring changes - calib3d. 12 years ago
Roman Donchenko 5e4ebf3403 Fixed incomplete matrix initialization in HomographyRefineCallback. 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Vadim Pisarevsky f303de12d8 mask.create() re-converted to new style 12 years ago
Vadim Pisarevsky 0c61a8887e reverting changes in Homography kernel function. For some reason GCC on Linux does not like it. 12 years ago
Vadim Pisarevsky 7fd1d75738 some more minor fixes 12 years ago
Vadim Pisarevsky 8a6d2bbd3d several minor fixes proposed by Andrey 12 years ago
Vadim Pisarevsky 374e3a0890 rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 12 years ago
jmbuena 28a7be69ea Fixed compile warnings on CvHomographyEstimator 12 years ago
jmbuena 6d738f6a3f Changed RANSAC Homography estimation for speed. Each minimal set is checked for consistency before actually fit a candidate homography. 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Daniil Osokin 4500c48349 fixed 7 point mode in findFundamentalMat #1978 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Vadim Pisarevsky b5eb318ae3 added support of homogeneous points to calcCorrespondEpilines (ticket #2055) 13 years ago
Vadim Pisarevsky aed276e67d fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635) 13 years ago
Vadim Pisarevsky a3362864e1 removed unnecessary MIN(); bug #1578 13 years ago
Vadim Pisarevsky dd1315b22a fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273) 14 years ago
Vadim Pisarevsky 16b0fcf083 fixed CvHomographyEstimator::runKernel (ticket #1275) 14 years ago
Vadim Pisarevsky c57799a877 fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky bfbc70436d fixed crash in cv2.findHomography() (ticket #1094) 14 years ago
Vadim Pisarevsky 2dc981aaa8 fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054) 14 years ago
Vadim Pisarevsky f39db3f15a fixed problems indicated with ? marks 14 years ago