Default values for Remap/InitUndistortRectifyMap

asked 2013-09-10 23:55:19 -0600

pistorinoj gravatar image

updated 2013-09-11 01:36:50 -0600

Moster gravatar image

I am implementing a somewhat generic approach to processing images with camera calibration.

I want to have a base routine that always calls remap.

Thus, even when I do not have a calibrated camera, I want to call the same routine with default values that I can pass into remap.

Can someone guide me as to what default values to pass into InitUndistortRectifyMap that will result in no image modification when the output is passed into remap?

That would allow me to have a generic approach when either the camera is not calibrated or the saved calibration file is not found.

Thanks

edit retag flag offensive close merge delete