Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/opencv/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
OpenCV c++;python代码中的函数 我编写了一个代码,使用CV2.FiffChestBoARDLARK函数,但是它在Python上非常慢,所以我想通过C++扩展这个函数,如何做到这一点? 链接到openCV findchessboardcorners实现- _Python_Opencv - Fatal编程技术网

OpenCV c++;python代码中的函数 我编写了一个代码,使用CV2.FiffChestBoARDLARK函数,但是它在Python上非常慢,所以我想通过C++扩展这个函数,如何做到这一点? 链接到openCV findchessboardcorners实现-

OpenCV c++;python代码中的函数 我编写了一个代码,使用CV2.FiffChestBoARDLARK函数,但是它在Python上非常慢,所以我想通过C++扩展这个函数,如何做到这一点? 链接到openCV findchessboardcorners实现- ,python,opencv,Python,Opencv,我怎么换这条线 ret, corners = cv2.findChessboardCorners(''''') 通过在C++ +/P>上运行更快,Python OpenCV模块只是一组绑定到C++中实现的代码。()通过以明确的方式提供水平/垂直角的数量和必须搜索的图像,功能是否会更快?像ret,corners=cv2。findChessboardCorners(img,(7,6),None)

我怎么换这条线

ret, corners = cv2.findChessboardCorners(''''') 

通过在C++ +/P>上运行更快,Python OpenCV模块只是一组绑定到C++中实现的代码。()通过以明确的方式提供水平/垂直角的数量和必须搜索的图像,功能是否会更快?像

ret,corners=cv2。findChessboardCorners(img,(7,6),None)