- 26 Jan, 2018 2 commits
-
-
Pavel Rojtberg authored
calib3d: add stereoCalibrateExtended (#10667) * cvCalibrateCamera2Internal: simplify per view error computation * calib3d: add stereoCalibrateExtended - allow CALIB_USE_EXTRINSIC_GUESS - returns per view errors * calib3d: add stereoCalibrateExtended test
-
Travers authored
-
- 19 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 18 Jan, 2018 1 commit
-
-
Fangjun Kuang authored
-
- 17 Jan, 2018 2 commits
-
-
razerhell authored
* Newton's method can be more efficient when we get the result of function distortPoint with a point (0, 0) and then undistortPoint with the result, we get the point not (0, 0). and then we discovered that the old method is not convergence sometimes. finally we have gotten the right values by Newton's method. * modify by advice Newton's method...#10574 * calib3d(fisheye): fix codestyle, update theta before exit EPS check
-
csukuangfj authored
-
- 16 Jan, 2018 2 commits
-
-
Fangjun Kuang authored
-
Maksim Shabunin authored
-
- 09 Jan, 2018 1 commit
-
-
tobycollins authored
-
- 11 Dec, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 30 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
This reverts commit 5384a220.
-
- 28 Nov, 2017 2 commits
-
-
catree authored
Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests.
-
Alexander Alekhin authored
If there are no OpenCL/UMat methods calls from application. OpenCL subsystem is initialized: - haveOpenCL() is called from application - useOpenCL() is called from application - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled (independent from OpenCL linkage type)
-
- 31 Oct, 2017 1 commit
-
-
KUANG Fangjun authored
-
- 13 Oct, 2017 1 commit
-
-
Vladislav Vinogradov authored
it will allow to build features2d even if flann module is not available
-
- 09 Oct, 2017 1 commit
-
-
James Perkins authored
-
- 02 Oct, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 01 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Sep, 2017 1 commit
-
-
Tony0 authored
-
- 14 Sep, 2017 1 commit
-
-
Tony0 authored
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 25 Aug, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 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
-
- 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
-
- 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
-
- 13 Jun, 2017 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 04 Jun, 2017 1 commit
-
-
Pyotr Chekmaryov authored
-