make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the...
authorVadim Pisarevsky <no@email>
Tue, 30 Nov 2010 10:27:34 +0000 (10:27 +0000)
committerVadim Pisarevsky <no@email>
Tue, 30 Nov 2010 10:27:34 +0000 (10:27 +0000)
commit3fd07809c93ceb26783c29d81dd943fa3db73df5
treef2da8f467dba098db64320e4dd47be68b16a60ce
parent8754cafffbe887678182276fafa2f4ed71e9b30f
make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error.
modules/calib3d/src/calibration.cpp
samples/cpp/calibration.cpp
samples/cpp/stereo_calib.cpp