Ask Your Question

Kevin Zhang's profile - activity

2018-09-10 23:59:05 -0600 received badge  Notable Question (source)
2017-10-15 06:58:31 -0600 received badge  Popular Question (source)
2015-06-24 09:07:20 -0600 commented question Can I use cv.CreateMat(2, 1, cv.CV_32FC1) in OpenCV 3.0.0?

Thanks berak! I update with a screenshot of the code, I am new to the forum so I am really sorry if any inconvenience caused! Thank you for your time and help~~~

2015-06-24 09:05:35 -0600 received badge  Editor (source)
2015-06-23 11:08:18 -0600 commented question Can I use cv.CreateMat(2, 1, cv.CV_32FC1) in OpenCV 3.0.0?

Thanks, berak! As for the second problem, would you please give me any information?

2015-06-23 09:21:19 -0600 asked a question Can I use cv.CreateMat(2, 1, cv.CV_32FC1) in OpenCV 3.0.0?

Hi, everyone. I am a OpenCV newbie. Can I use cv.CreateMat(2, 1, cv.CV_32FC1) in OpenCV 3.0.0? If not, what is a good alternative?

Also, I want to do the camera calibration by using OpenCV. Referring to others' code, there is a function I used, but there is an error occuring.

retcode, cor = cv2.findChessboardCorners(image[i], patternSize, cv2.CALIB_CB_ADAPTIVE_THRESH | cv2.CALIB_CB_FILTER_QUADS)

cv2.error:2494: error: (-206) Unrecognized or unsupported array type in function cvGetMat

Any body can help me with this problem?

Thanks a lot!

Update~~~~~~~~~~~~~image description