opencv3 + cuda opencv error: the function/feature is not implemented
我在调用 cuda::createMorphologyFilter 时遇到了 function is not implemented 错误
在 opencv answer 上面找到答案,是因为这个函数的第三个参数必须是 Mat 而不是 GpuMat, 如果传入GpuMat, 会因为GpuMat不能转换到 Mat 而抛出错误
原创
2017-08-12 15:23:29 ·
1845 阅读 ·
0 评论