Make reprojection error available. (Feature #57)
Description
We're starting to use 4 cameras, we'll be working on tracking algorithms. Can we make reprojection errors available in a convienient way?
cvProjectPoints2() can be used for this, but not without some work. cvCalibrateCamera2() uses this internally.
Associated revisions
Merge pull request #57 from vpisarev/bug_2429_2.4
History
Updated by anonymous - about 15 years ago
in the latest SVN versions (~ r2500 or higher) both cvCalibrateCamera2/cv::calibrateCamera and cvStereoCalibrate/cv::stereoCaibrate return the final reprojection error.
- Status changed from Open to Done
- (deleted custom field) set to fixed