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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -