1245 Commits (36598677cffe5ab7a22ffb4af3a2e2a73fe55db4)

Author SHA1 Message Date
x3lif 19cf511895 Merge pull request #13910 from x3lif:Issue_13908 6 years ago
Thang Tran a1f4e65d03 calib3d: Fix calibrateCamera() misleading error 6 years ago
klemens 5d9c6723ee spelling fixes 6 years ago
klemens 997b7b18af spelling fixes 6 years ago
Suleyman TURKMEN 794c14b29a code clean up 6 years ago
Jim Zhou 78bd55c8df Merge pull request #13601 from JimZhou-001:JimZhou-001 6 years ago
Alexander Alekhin f6ee03471d imgproc: use Matx23d as result type of getRotationMatrix2D() call 6 years ago
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 ce00d38bd9 Add test for symmetric circles with clustering 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
Dmitry Kurtaev ea67060081 Fix https://github.com/opencv/opencv/issues/12970 6 years ago
Wenfeng CAI c9abb823a7 Fix signature of static collectCalibrationData() 6 years ago
catree d37164bab6 Fix distortion figure in calib3d. Positive radial distortion corresponds to pincushion distortion and negative to barrel distortion. Add another figure that illustrates the influence of k1 in the distortion effect. 6 years ago
kamino410 3972c526ce fix document about camera distortion parameters 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
Vadim Pisarevsky 54279523a3 Merge pull request #12437 from vpisarev:avx2_fixes 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
Jakub Golinowski 9f1218b00b Merge pull request #11897 from Jakub-Golinowski:hpx_backend 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
Tomoaki Teshima f0c46a4c74 fix typo 6 years ago
luz.paz 2003eb1b9b Misc. typos 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
Dmitry Kurtaev f38808a39f Add Java overloads for each default argument (#11940) 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 6 years ago
Alexander Alekhin b09a4a98d4 opencv: Use cv::AutoBuffer<>::data() 6 years ago
Vadim Pisarevsky 75ee536d6d
Filter homography decomp: updated PR #7153 (#11846) 6 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
Vadim Pisarevsky 7d19bd6c19 Merge pull request #11634 from vpisarev:empty_mat_with_types_2 7 years ago