1111 Commits (ddcf3882704942ee79f5f5ff06e2eec678ee8262)

Author SHA1 Message Date
Ahmed Ashour 5c56b8ce92 java: generated code to have javadoc 6 years ago
Ahmed Ashour 1aca1d582e Fix some typos 6 years ago
rasmus25 394bc91e07 Merge pull request #14718 from rasmus25:3.4 6 years ago
Alexander Alekhin 483f28723c calib3d: initialize local vars, fix indentation in for loops 6 years ago
utibenkei 898cf70210 Merge pull request #14597 from utibenkei:fix_java_missing_consts 6 years ago
Ahmed Ashour f9564e053d java: test: use assertNotNull and assertFalse 6 years ago
catree 7ed858e38e Fix issue with solvePnPRansac and Nx3 1-channel input when the number of points is 5. Try to uniform the input shape of projectPoints and undistortPoints. 6 years ago
catree 33cb9c5ca5 Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors. 6 years ago
Daniel Ingram 962d57b4d6 Merge pull request #14559 from daniel-s-ingram:master 6 years ago
Alexander Alekhin d784b40e24 calib3d(docs): examples paragraph is related to findHomography() 6 years ago
Alexander Alekhin 68012bfbf9 calib3d: fix uninitialized fields in ctors 6 years ago
catree dac31e84fb Add solvePnPRefineLM to refine a pose according to a Levenberg-Marquardt iterative minimization process. Add solvePnPRefineVVS to refine a pose using a virtual visual servoing scheme. 6 years ago
ostarling 643d9df42d Merge pull request #14411 from ostarling:3.4_fix_for_14242 6 years ago
Thang Tran 2f7fc1a598 calib3d: add find4QuadCornerSubpix java wrapper 6 years ago
Alexander Alekhin 78384d8923 build: avoid highgui dependency 6 years ago
Alexander Alekhin a0a1fb5fec python: discover tests from module/misc/python/test paths 6 years ago
Alexander Alekhin b5961cc5d1 calib3d: don't change input data 6 years ago
Bharat123Rox ea68f7ea1e Remove dead link in calib3d.hpp 6 years ago
Alexander Alekhin 8c8715c4dd fix static analysis issues 6 years ago
catree bbf39b0964 Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis). 6 years ago
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
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