c++ - What are typical size/values for Camera Matrix and Distortion Coefficients for camera calibration in opencv 3.0 -
when trying use stereocalibrate, stereorectify, , initundistortrectifymap in opencv 3.0, runtime errors reference size, , labeled "assertion failed".
i believe must due camera matrix , distortion coefficients. outputed sizes these follows:
*
cammatrx: [3x3] distrtcoeff: [1x5] imgpoints: [54x15] *
and these values coming set of [659x494] calibration images. must wrong.
any ideas?
thanks, rowan
Comments
Post a Comment