mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge branch 4.x
This commit is contained in:
@@ -110,7 +110,7 @@ double cv::fisheye::calibrate(InputArrayOfArrays objectPoints, InputArrayOfArray
|
||||
}
|
||||
else
|
||||
{
|
||||
finalParam.Init(Vec2d(max(image_size.width, image_size.height) / CV_PI, max(image_size.width, image_size.height) / CV_PI),
|
||||
finalParam.Init(Vec2d(max(image_size.width, image_size.height) / 2., max(image_size.width, image_size.height) / 2.),
|
||||
Vec2d(image_size.width / 2.0 - 0.5, image_size.height / 2.0 - 0.5));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user