Applied '@ref' linking for 3.4 Calib3D parameters and added enum cv::fisheye::CALIB_Z...
authorIan Maquignaz <9im14@queensu.ca>
Sat, 12 Dec 2020 01:16:40 +0000 (20:16 -0500)
committerIan Maquignaz <9im14@queensu.ca>
Tue, 15 Dec 2020 17:33:43 +0000 (12:33 -0500)
commit085a1318016230b877041e30da539f923e13ef68
treeeb0c2b4bc296e2e46d33176420c2f5a30c25e86e
parent1bfc75ac2337620af59c573339b159886b926057
Applied '@ref' linking for 3.4 Calib3D parameters and added enum cv::fisheye::CALIB_ZERO_DISPARITY == cv::CALIB_ZERO_DISPARITY == 0x400 == 1 << 10.
Fisheye test has been updated to use new enum cv::fisheye::CALIB_ZERO_DISPARITY and included CV_StaticAssert(...) to ensure cv::CALIB_ZERO_DISPARITY == cv::fisheye::CALIB_ZERO_DISPARITY.
modules/calib3d/include/opencv2/calib3d.hpp
modules/calib3d/test/test_fisheye.cpp