- 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
-
- 27 Jul, 2016 2 commits
- 26 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
-
- 21 Jul, 2016 1 commit
-
-
Your Name authored
-
- 19 Jul, 2016 1 commit
-
-
Leonardo Brás authored
I have seen that you can input a Mat_<float> on StereoBM, but the value seems the same as CV_16S. I changed it so, only if you input a Mat_<float> it makes use of a previously truncated 4 bits, giving more resolution to Disparity Matrix. (The algorithm stays the same, it's not more precise). If any other input Mat is given, it changes nothing.
-
- 13 Jul, 2016 4 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 12 Jul, 2016 2 commits
-
-
Oliver Schreer authored
Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations
-
Vladislav Sovrasov authored
-
- 11 Jul, 2016 1 commit
-
-
Pavel Rojtberg authored
-
- 04 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
* resolve #5183
-
- 07 Jun, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-
- 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).
-
- 27 Apr, 2016 2 commits
-
-
Pavel Rojtberg authored
The FOV depends on the principal point location. Use formula of viz::Camera.
-
Pavel Rojtberg authored
-
- 25 Apr, 2016 2 commits
-
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
- 12 Apr, 2016 2 commits
-
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
- 07 Apr, 2016 2 commits
-
-
Vitaly Tuzov authored
-
mvukad authored
Added a writeFormat() method to Algorithm which must be called by the write() method of derived classes.
-
- 28 Mar, 2016 1 commit
-
-
Прун Виктор authored
-
- 07 Mar, 2016 1 commit
-
-
Krishnaraj Bhat authored
cosmetic changes to fix this warning. real bugs not found
-
- 18 Feb, 2016 1 commit
-
-
Philipp Hasper authored
-
- 01 Feb, 2016 1 commit
-
-
Dmitry-Me authored
-
- 13 Jan, 2016 1 commit
-
-
KeySecure authored
-
- 12 Jan, 2016 2 commits
-
-
Alexander Karsakov authored
Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
-
Alexander Karsakov authored
Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input.
-
- 11 Jan, 2016 1 commit
-
-
Alexander Karsakov authored
-
- 07 Jan, 2016 1 commit
-
-
Kai Hugo Hustoft Endresen authored
With a test image set of 2800x1400 bytes on a Intel Core i7 5960X this improves runtime of MODE_HH with about 10%. (this particular replaced code segment is approx 3 times faster than the non-SSE2 variant). I was able to reduce runtime by 130 ms by this simple fix. The second part of the SSE2 optimized part could probably be optimized further by using shift SSE2 operations, but I imagine this would improve performance 10-20 ms at best.
-
- 24 Dec, 2015 1 commit
-
-
Pavel Rojtberg authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 14 Dec, 2015 1 commit
-
-
Thomas Dunker authored
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
-
- 11 Dec, 2015 2 commits
-
-
Pavel Rojtberg authored
if they are not we also do not need to allocate a local copy of the rvec and tvec
-
Pavel Rojtberg authored
also replace C defines with C++ enums
-
- 10 Dec, 2015 1 commit
-
-
Pavel Rojtberg authored
-