653 Commits (a9c1af39d6830223e166f9aa3e839559fd297f1d)

Author SHA1 Message Date
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 6 years ago
fegorsch 30bf4a5e34 CircleGridClusterFinder: map circle pattern width and height correctly 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
Wenfeng CAI c9abb823a7 Fix signature of static collectCalibrationData() 6 years ago
Wenfeng CAI 31be03a805 Merge pull request #12772 from xoox:calib-release-object 6 years ago
catree 644846c702 Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method. 6 years ago
Maksim Shabunin e6d9486a6c Fixed several issues found by static analysis 6 years ago
Maksim Shabunin 0ccd810738 Fixed several issues found by static analysis 6 years ago
tompollok 0b77600718 change area() emptiness checks to empty() 6 years ago
Alexander Alekhin 8f1f4273a2 calib3d: move undistort files from imgproc 6 years ago
Apoorv Goel 0ffc186680 Merge pull request #12731 from UnderscoreAsterisk:fix-12012 6 years ago
Alexander Alekhin e4f71994c2 calib3d: findChessboardCornersSB() minor updates 6 years ago
Menghui Xie f0d277e452 M_PI changed to CV_PI (#12645) 6 years ago
Alexander Duda 8811dabbac Merge pull request #12615 from D-Alex:master 6 years ago
Wenfeng CAI fce75cd858 Fix failure to request stddev of non-intrinsics 6 years ago
Alexander Alekhin 38de2a8754 calib3d: fix build warnings 6 years ago
Hamdi Sahloul 5d54def264 Add semicolons after `CV_INSTRUMENT` macros 6 years ago
Alexander Duda a024593fa6 Merge pull request #12147 from D-Alex:master 6 years ago
Hamdi Sahloul 03b3be0f51 MSVC: Slience external/meaningless warnings 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 6 years ago
Alexander Alekhin 701760dbeb calib3d: use `Mat::reserveBuffer()` instead of `.create()` 6 years ago
Maksim Shabunin cbb1e867e5 More issues found by static analysis 6 years ago
Maksim Shabunin 1da46fe6fb Fixed issues found by static analysis (mostly DBZ) 6 years ago
Kuang Fangjun 84f2f37680 remove a useless statement. 6 years ago
Alexander Alekhin d5951bc033 build: eliminate GCC8 warnings 6 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 7 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 7 years ago
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846) 7 years ago
Rostislav Vasilikhin fc35c77f00 Merge pull request #11610 from savuor:fix/stereobm_simd_fixed_float 7 years ago
Sancho McCann dbab7ecac8 Refactored out a dead code path. 7 years ago
Alexander Alekhin 1bc96e3ed0 calib3d: cv::findContours() doesn't require to clone input 7 years ago
Alexander Alekhin d70e01b635 calib3d: chess board - replace to cv::findContours() 7 years ago
Alexander Alekhin f3cbb0f941 calib3d: chess board - perform full range (with 0) histogram smooth 7 years ago
Alexander Alekhin ad57750d25 calib3d: chess board - properly detect/handle iCntMaxima=0 case 7 years ago
Alexander Alekhin 1dfc742f27 calib3d: chess board - avoid image modification via cvFindContours 7 years ago
Michael Firman e8cb67572a Bugfix to allow adjust3rdMatrix to be run 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Alexander Alekhin ca922443db next(calib3d): eliminate CirclesGridFinderParameters2 7 years ago
Alexander Alekhin bdbd0129af calib3d: apply CV_OVERRIDE/CV_FINAL 7 years ago
Tomoaki Teshima 08e0c69dbf apply the workaround to correct range 7 years ago
Vitaly Tuzov 7afaaef0eb Allow CV_32FC3 objPoints in cv::fisheye::stereoCalibrate 7 years ago
Tomoaki Teshima 7fd53f6ca2 avoid clang weird behavior in calib3d 7 years ago
PalkoNazar 470d34ddbb make tmpRow proper size before copyTo to avoid reallocated tmpCol (#10860) 7 years ago
Alexander Alekhin c020a7bb67 build: portable integer types 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
Fangjun Kuang 2f3d4df2f2 improve the doc for the viz module. 7 years ago
denmatfoton b085158d59 Fix unstable work of stereoRectify function. Issue description: https://github.com/opencv/opencv/issues/10791 7 years ago