how do calibration parameters change on halving the image
Hi,
How do the intrinsics and extrinsics change if we half the image i.e.
height_new = height/2 width_new = width/2
In the CameraInfo
message, obviously the height
and width
change but how do you modify K
D
R
and P
?
Thank you
This doesn't answer your question, but image_proc will do all of the operations for you with
crop_decimate
orresize
nodes or nodelets.