Merge branch into develop
This commit is contained in:
commit
ebfeb23cdc
|
@ -123,11 +123,11 @@ void RectifyProcessor::InitParams(
|
|||
cv::Size size{in_left.width, in_left.height};
|
||||
|
||||
cv::Mat M1 =
|
||||
(cv::Mat_<double>(3, 3) << 1.0, 0, 1.0, 0, 1.0,
|
||||
1.0, 0, 0, 1);
|
||||
(cv::Mat_<double>(3, 3) << 1.0, 0, 0.0, 0, 1.0,
|
||||
0.0, 0, 0, 1);
|
||||
cv::Mat M2 =
|
||||
(cv::Mat_<double>(3, 3) << 1.0, 0, 1.0, 0, 1.0,
|
||||
1.0, 0, 0, 1);
|
||||
(cv::Mat_<double>(3, 3) << 1.0, 0, 0.0, 0, 1.0,
|
||||
0.0, 0, 0, 1);
|
||||
cv::Mat D1(1, 8, CV_64F, in_left.coeffs);
|
||||
cv::Mat D2(1, 8, CV_64F, in_right.coeffs);
|
||||
cv::Mat R =
|
||||
|
|
Loading…
Reference in New Issue
Block a user