- 16 Sep, 2019 2 commits
-
-
Daniel Kapusi authored
* issue 5769 fixed: cv::stereoRectify fails if given inliers mask of type vector<uchar> * issue5769 fix using reshape and add regression test * regression test with outlier detection, testing vector and mat data * Size comparision of wrong vector within CV_Assert in regression test corrected * cleanup test code
-
Vitaly Tuzov authored
-
- 09 Sep, 2019 1 commit
-
-
Vitaly Tuzov authored
-
- 16 Aug, 2019 1 commit
-
- 14 Aug, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 04 Jul, 2019 1 commit
-
-
Vitaly Tuzov authored
-
- 01 Jul, 2019 2 commits
-
-
armenpoghosov authored
Merge pull request #14828 from armenpoghosov:parmen_RANSACPointSetRegistrator_getSubset_disaster_cleanup Parmen ransac point set registrator get subset disaster cleanup (#14828)
-
Vitaly Tuzov authored
* Avoid using v_signmask universal intrinsic and mark it as deprecated * Renamed v_find_negative to v_scan_forward
-
- 21 Jun, 2019 1 commit
-
-
Cameron Martin authored
Removed constants from legacy C api and switched out header with shorter version. Removed blank line that was failing CI.
-
- 20 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 14 Jun, 2019 1 commit
-
-
Kang Yifei authored
Test request by #14583 (#14800) * add test to show the undistort bug * move test to calib3d
-
- 08 Jun, 2019 1 commit
-
-
Alexander Alekhin authored
- use compile-time checks instead (`#if CV_SIMD128`) - runtime checks are useless
-
- 05 Jun, 2019 2 commits
-
-
Ahmed Ashour authored
-
Ahmed Ashour authored
-
- 04 Jun, 2019 1 commit
-
-
rasmus25 authored
* Revert the bad parts of b085158d to fix https://github.com/opencv/opencv/issues/11131 but preserve the good parts to keep https://github.com/opencv/opencv/issues/10791 fixed * calib3d: add regression test for stereoCalibrate to fix https://github.com/opencv/opencv/issues/11131
-
- 27 May, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 26 May, 2019 1 commit
-
-
utibenkei authored
* java: fix java missing_consts * java: test Calib3d constants
-
- 24 May, 2019 1 commit
-
-
Ahmed Ashour authored
-
- 22 May, 2019 1 commit
-
-
catree authored
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.
-
- 20 May, 2019 1 commit
-
-
catree authored
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.
-
- 15 May, 2019 1 commit
-
-
Daniel Ingram authored
* Fix typo: 'divisble' -> 'divisible' * Fix typo: 'One of arguments' -> 'One of the arguments'
-
- 14 May, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 30 Apr, 2019 1 commit
-
-
catree authored
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.
-
- 29 Apr, 2019 1 commit
-
-
ostarling authored
* Fix for Homogenous precision #14242: - moved scale computation to an inline function - use std::numeric_limits<float>::epsilon() instead of != 0.0 * Fix for Homogenous precision #14242: - fixed warnings for type conversion * Fix for Homogenous precision #14242: - use float epsilon() for truncation of doubles
-
- 24 Apr, 2019 1 commit
-
-
Thang Tran authored
Fixes: https://github.com/opencv/opencv/issues/14169
-
- 15 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 10 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 06 Apr, 2019 1 commit
-
-
Alexander Alekhin authored
- estimateAffine2D/estimateAffinePartial2D() calls
-
- 21 Mar, 2019 1 commit
-
-
Bharat123Rox authored
-
- 13 Mar, 2019 1 commit
-
-
Alexander Alekhin authored
-
- 05 Mar, 2019 1 commit
-
-
catree authored
-
- 12 Feb, 2019 1 commit
-
-
Thang Tran authored
objectPoints and imagePoints are not checked whether they're empty and cause checkVector() to fail, thus result in a wrong error message. Fixes: https://github.com/opencv/opencv/issues/6002
-
- 11 Feb, 2019 1 commit
-
- 14 Jan, 2019 1 commit
-
-
Suleyman TURKMEN authored
-
- 11 Jan, 2019 1 commit
-
-
Jim Zhou authored
* Fix the bug in case determinant of rotation matrix is -1 * calib3d(test): check det(R) == 1
-
- 08 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
This reverts commit 7349b8f5 (partially).
-
- 02 Nov, 2018 2 commits
-
-
fegorsch authored
-
fegorsch authored
During the cluster-based detection of circle grids, the detected circle pattern has to be mapped to 3D-points. When doing this the width (i.e. more circles) and height (i.e. less circles) of the pattern need to be identified in image coordinates. Until now this was done by assuming that the shorter side in image coordinates (length in pixels) corresponds to the height in 3D. This assumption does not hold if we look at the pattern from a perspective where the projection of the width is shorter than the projection of the height. This in turn lead to misdetections in although the circle pattern was clearly visible. Instead count how many circles have been detected along two edges of the projected quadrangle and use the one with more circles as width and the one with less as height.
-
- 26 Oct, 2018 2 commits