Ask Your Question

gwillz's profile - activity

2015-09-02 03:53:28 -0600 commented question Fisheye undistortion with python error

I'm experiencing the same problem here. I tried the brackets [] like TAX has, and it gets the function past the CV_ASSERT block. But causes it to fail elsewhere (a_size.width == len) in cv::gemm in core\src\matmul.cpp - which makes me suspect that brackets aren't a real solution.

My finger is pointed at the opencv python bindings in opencv/modules/python/src2/cv2.cpp. I suspect the numpy ndarrays not being converted correctly. But then again, why does non-fisheye calibration still work with these same bindings?

I'd really appreciate someone with python-c++ binding experience to weigh in.

2015-09-02 02:19:07 -0600 received badge  Supporter (source)