Fix typo in error for extrinsic parameters
authorMaximilien Cuony <the-glu@users.noreply.github.com>
Wed, 17 Sep 2014 07:32:19 +0000 (09:32 +0200)
committerMaximilien Cuony <the-glu@users.noreply.github.com>
Wed, 17 Sep 2014 07:32:19 +0000 (09:32 +0200)
samples/cpp/stereo_calib.cpp

index f042d63..667cffc 100644 (file)
@@ -237,7 +237,7 @@ StereoCalib(const vector<string>& imagelist, Size boardSize, bool useCalibrated=
         fs.release();
     }
     else
-        cout << "Error: can not save the intrinsic parameters\n";
+        cout << "Error: can not save the extrinsic parameters\n";
 
     // OpenCV can handle left-right
     // or up-down camera arrangements