Ask Your Question

dyezepchik's profile - activity

2015-09-02 02:19:07 -0600 received badge  Student (source)
2015-05-12 02:44:26 -0600 asked a question Fisheye undistortion with python error

Could someone please explain me what is the -215 error? I get this error trying to call cv2.fisheye.calibrate() This is the output: cv2.error: /home/dima/OpenCV/opencv/modules/calib3d/src/fisheye.cpp:695: error: (-215) objectPoints.type() == CV_32FC3 || objectPoints.type() == CV_64FC3 in function calibrate

Also I would appreciate if one could show me any example of doing fisheye routines in python. Thanks a lot for any help!