opencv/modules/calib3d
Vincent Rabaud b68057d927 Do not use = 0 for a cv::Mat.
There are several operator= overloads and some compilers can be confused.
2021-06-23 21:30:06 +02:00
..
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-20 20:32:00 +00:00
include/opencv2 Merge pull request #20247 from IanMaquignaz:inverseRectification_update 2021-06-09 13:27:43 +00:00
misc
perf Merge pull request #20247 from IanMaquignaz:inverseRectification_update 2021-06-09 13:27:43 +00:00
src Do not use = 0 for a cv::Mat. 2021-06-23 21:30:06 +02:00
test Added new unit test for initInverseRectificationMap() 2021-06-17 12:48:16 -04:00
CMakeLists.txt