mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-20 04:25:42 +08:00
remove warning
This commit is contained in:
@@ -181,7 +181,7 @@ void multiCameraCalibration::loadImages()
|
|||||||
|
|
||||||
// calibrate
|
// calibrate
|
||||||
Mat idx;
|
Mat idx;
|
||||||
double rms;
|
double rms = 0.0;
|
||||||
if (_camType == PINHOLE)
|
if (_camType == PINHOLE)
|
||||||
{
|
{
|
||||||
rms = cv::calibrateCamera(_objectPointsForEachCamera[camera], _imagePointsForEachCamera[camera],
|
rms = cv::calibrateCamera(_objectPointsForEachCamera[camera], _imagePointsForEachCamera[camera],
|
||||||
|
Reference in New Issue
Block a user