810 Commits (4672dbda2a1bdebb476c0dacbeb8c0d0842b21d1)

Author SHA1 Message Date
Andrey Kamaev cc6bdfb045 Remove inline sorting algorithms from core headers 12 years ago
Vadim Pisarevsky 322d781192 avoid explicit std::string use 12 years ago
Vadim Pisarevsky 7661625c39 converter stereo correspondence algorithms to the new style 12 years ago
Dong Nguyen 73f5697749 Fixed wrong in row index of SSE implementation in prefilterXSobel function. 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Bo Li 94b12eae92 update five-point license 12 years ago
Bo Li 2435e59890 rewrite five-point coeff matrix. 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 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 df89f30b4a removed preset parameter in createStereoBM, updated stereo_match sample 12 years ago
Vadim Pisarevsky b6efe30527 new API for StereoMatchers 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
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
alegarda 6bf7fd997a Indentation Ok 12 years ago
alegarda 62655b05f4 Indentation ok 12 years ago
alegarda cb61e91023 distCoeffs0 cols to 12 12 years ago
alegarda 76d03fccb9 Added Thin Prism Distortion Model 12 years ago
Vladislav Vinogradov bb3b1441c5 added 8u type support to filterSpeckles function 12 years ago
Vadim Pisarevsky 7ca38d63d9 fixed failure of the C++ test for estimateAffine3D 12 years ago
Vadim Pisarevsky abd9675a99 fixed bugs #1718, #2375; attached the new tests to test.py. 12 years ago
Ilya Lysenkov 6feade3110 Added support of different resolution in rectify3Collinear 12 years ago
Andrey Kamaev eeb865ee8a Fix Android build warnings 12 years ago
Ilya Lysenkov 9ce2197e9d Added processing of trivial subsets 12 years ago
Ilya Lysenkov 5021a792b1 Fixed #2470 12 years ago
Ilya Lysenkov fe86f31f44 Added a test of CvModelEstimator2::checkSubset(...) 12 years ago
Andy Maloney bdf189faac {calib3d} Fix copy-paste error in conditional 12 years ago
Andy Maloney 7a6475c3f9 Check pointers before using them in var init 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
Bo Li 956a029ede added code, test and doc for five-point algorithm 12 years ago
Alexander Mordvintsev 20838b6f6e fix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 12 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 12 years ago
Daniil Osokin 4500c48349 fixed 7 point mode in findFundamentalMat #1978 12 years ago
Vadim Pisarevsky 43e3b83832 fixed potential memory buffer corruption in StereoSGBM (patch #2203) 12 years ago
Andrey Kamaev 5a5c477be6 Make performance tests for solvePnPRansec more determenistic 12 years ago
Vadim Pisarevsky c3c49a317b fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367) 12 years ago
Andrey Kamaev 1a621c2916 Fix build warnings 12 years ago
Maria Dimashova 839761fa3d fixed #2167 13 years ago
Maria Dimashova 5112d74cad revert my incorrect fix of #2167 13 years ago
Maria Dimashova d65920d2f7 fixed #2167 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Vadim Pisarevsky e918877bcf fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker) 13 years ago
Vadim Pisarevsky b5eb318ae3 added support of homogeneous points to calcCorrespondEpilines (ticket #2055) 13 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Andrey Kamaev 6c3137a8b5 Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago