- 16 Mar, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 26 Jan, 2018 1 commit
-
-
Travers authored
-
- 17 Jan, 2018 1 commit
-
-
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
-
- 16 Jan, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 30 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
This reverts commit 5384a220.
-
- 01 Oct, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Sep, 2017 1 commit
-
-
Tony0 authored
-
- 14 Sep, 2017 1 commit
-
-
Tony0 authored
-
- 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 1 commit
-
-
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.
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 06 Jan, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 06 Dec, 2016 1 commit
-
-
Pavel Rojtberg authored
the current camera model is only valid up to 180° FOV for larger FOV the undistort loop does not converge. Clip values so we still get plausible results for super fisheye images > 180°.
-
- 25 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 23 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 02 Aug, 2016 1 commit
-
-
Jeff McBride authored
Cast to (int) to avoid warnings Add test for different points number case in fisheye calibration function
-
- 11 Jul, 2016 1 commit
-
-
Pavel Rojtberg authored
-
- 28 Apr, 2016 1 commit
-
-
Artyom Lebedev authored
Fix for inconsistent asserts in cv::fisheye::initUndistortRectifyMap() which prevents from passing empty matrices in debug build (which is allowed according to the code bellow the asserts and the docs).
-
- 25 Apr, 2016 2 commits
-
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
- 11 Feb, 2016 1 commit
-
-
Josep Bosch authored
-
- 20 Nov, 2015 1 commit
-
-
Pavel Rojtberg authored
-
- 16 Nov, 2015 1 commit
-
-
Pavel Rojtberg authored
improves performance by factor 1.2 to 2.0
-
- 01 Oct, 2015 1 commit
-
-
Elena Shipunova authored
-
- 18 Sep, 2015 1 commit
-
-
Pavel Rojtberg authored
`A || !A` is `true` so write `(A && B) || !A` as `B || !A`
-
- 16 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 09 Jan, 2015 1 commit
-
-
Josep Bosch authored
-
- 23 Jun, 2014 1 commit
-
-
Ilya Krylov authored
-
- 20 May, 2014 1 commit
-
-
Ilya Krylov authored
-
- 19 May, 2014 1 commit
-
-
Ilya Krylov authored
-
- 14 May, 2014 1 commit
-
-
Ilya Krylov authored
-
- 05 May, 2014 2 commits
-
-
Ilya Krylov authored
-
Ilya Krylov authored
-
- 29 Apr, 2014 1 commit
-
-
Ilya Krylov authored
-
- 25 Apr, 2014 1 commit
-
-
Ilya Krylov authored
-