How do I forward map a point in OpenCV using mapx & mapy?
- by Charles
Ultimately, I'm trying to determine the 3D location of a point I've identified in two cameras (using OpenCV 2.3.1, Windows 7, C++). I'm having trouble locating the 2D point for each camera from its mapx & mapy. I could not find in Bradski & Kaehler's OpenCV book how to do it.
PROCESS
calibrateCamera for each of the pair…