Commit 4eda856c authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

squareSize renamed to square_size in the output xml/yml

parent 35dc0de0
......@@ -127,7 +127,7 @@ void saveCameraParams( const string& filename,
fs << "image_height" << imageSize.height;
fs << "board_width" << boardSize.width;
fs << "board_height" << boardSize.height;
fs << "squareSize" << squareSize;
fs << "square_size" << squareSize;
if( flags & CV_CALIB_FIX_ASPECT_RATIO )
fs << "aspectRatio" << aspectRatio;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment