11-27-2007 04:31 AM
11-28-2007 08:28 AM
11-28-2007 10:00 PM
Unfortunately, the mapping function that generates the undistorted image doesn't allow you much control over the image size.
The only way I can think of doing it is to loop through the real world coordinates one pixel at a time, convert them to image coordinates and look up the pixel value at each coordinate. A 2D loop through all the coordinates would generate the corrected image as a 2D matrix. It would be very slow, but you could control the size of your image.
Bruce