Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Isn't there a OpenCV Cuda function similar to findContours?

There are several OpenCV CPU functions which have a direct (GPU) Cuda counterpart like cv::cvtColor & cv::cuda::cvtColor.

But I found no direct or indirect (GPU) Cuda counterpart for cv::findContours CPU.

Isn't there a OpenCV Cuda function similar to findContours? Or does findContours work on both cv::Mat and cv::cuda::GpuMat?