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