opencv:cv2.goodFeaturesToTrack无效

时间:2016-05-27 09:37:40

标签: python opencv

我试图在opencv上运行标准教程中的代码。 链接 - http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_feature2d/py_shi_tomasi/py_shi_tomasi.html#shi-tomasi

但是每当我尝试编译它时,我都会收到此错误 -

  

文件" gft.py",第8行,in       corner = cv2.goodFeaturesToTrack(灰色,25,0.01,10)cv2.error:/build/opencv-SviWsf/opencv-2.4.9.1+dfsg/modules/core/src/matrix.cpp:236:   错误:(-215)步骤[dims-1] ==(size_t)CV_ELEM_SIZE(标志)功能   创建

请有人建议解决方案。

0 个答案:

没有答案