- 13 Aug, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 09 Aug, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 26 Jul, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 24 Jul, 2017 1 commit
-
-
Pavel Rojtberg authored
about the same speed, but significatly more readable
-
- 20 Jul, 2017 1 commit
-
-
Tomoaki Teshima authored
* make test more reproducible
-
- 19 Jul, 2017 1 commit
-
-
Tomoaki Teshima authored
* move array size to enum * move array size to member variable * loosen the eps of SOLVEPNP_P3P * loosen the eps in Calib3d_SolveP3P.accuracy
-
- 13 Jul, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 05 Jul, 2017 1 commit
-
-
catree authored
Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac.
-
- 03 Jul, 2017 1 commit
-
-
Tony Lian authored
Remove unnecessary Non-ASCII characters from source code (#9075) * Remove unnecessary Non-ASCII characters from source code Remove unnecessary Non-ASCII characters and replace them with ASCII characters * Remove dashes in the @param statement Remove dashes and place single space in the @param statement to keep coding style * misc: more fixes for non-ASCII symbols * misc: fix non-ASCII symbol in CMake file
-
- 01 Jul, 2017 2 commits
-
-
Alexander Duda authored
The old error message was not giving any hint which input array (image) led to an ill conditioned matrix. This made it near impossible to identify poor images in a larger set. A better approach would be to implement a checker function which gives each image a rating before the real calibration is performed. This could also include some image properties like sharpness, etc.
-
Maksim Shabunin authored
-
- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 29 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
because they are too long (takes minutes)
-
- 28 Jun, 2017 2 commits
-
-
Maksim Shabunin authored
-
Tong Ke authored
Enable p3p and ap3p in solvePnPRansac (#8585) * add paper info * allow p3p and ap3p being RANSAC kernel * keep previous code * apply catrees comment * fix getMat * add comment * add solvep3p test * test return value * fix warnings
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Jun, 2017 1 commit
-
-
abratchik authored
-
- 13 Jun, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 04 Jun, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 01 Jun, 2017 1 commit
-
-
rmensing authored
-
- 29 May, 2017 1 commit
-
-
catree authored
Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. Add reference to SOLVEPNP_ITERATIVE in the doc.
-
- 26 May, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 24 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 17 May, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 30 Apr, 2017 1 commit
-
-
jveitchmichaelis authored
Added default parameters for minDisparity, numDisparities and blockSize. This fixes a bug where SGBM::load would not compile.
-
- 27 Apr, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 25 Apr, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 22 Apr, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 20 Apr, 2017 1 commit
-
-
Pavel Vlasov authored
-
- 18 Apr, 2017 1 commit
-
-
David Carlier authored
-
- 16 Apr, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 15 Apr, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-
- 12 Apr, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 07 Apr, 2017 1 commit
-
-
Tong Ke authored
New p3p algorithm (accepted by CVPR 2017) (#8301) * add p3p source code * indent 4 * update publication info * fix filename * interface done * plug in done, test needed * debugging * for test * a working version * clean p3p code * test * test * fix warning, blank line * apply patch from @catree * add reference info * namespace, indent 4 * static solveQuartic * put small functions to anonymous namespace
-
- 01 Apr, 2017 1 commit
-
-
Paolo Perkovic authored
- Fix StereoBM ROI (Region of interest) selection for stereo images used by block matching algorithm
-
- 28 Mar, 2017 1 commit
-
-
Matthias Grundmann authored
Use identity matrix if homography finding failed. Current behavior zeros out all points. Update circlesgrid.cpp Addressed comments Update circlesgrid.cpp removed whitespace
-
- 27 Mar, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-