Measuring Planar Objects with a Calibrated Camera
I would like to measure some coins placed on top of a calibration plate, as per this matlab example http://mathworks.com/help/vision/exam... .
Does OpenCV have an equivalent to the pointsToWorld function that lets you pass in pixel X,Y's and get world X,Y's on a plane?
yes http://docs.opencv.org/3.1.0/d9/d0c/g... in opencv_contrib http://docs.opencv.org/3.1.0/d3/ddc/g...
thanks but I don't see anything in those links directly relating to the question. Am I missing something?