There are several functions of the OpenCV CPU that have a direct analogue of CUDA, for example, cv::cvtColorand cv::cuda::cvtColor.
But I did not find a direct or indirect (GPU) instance of Cuda for the cv::findContoursCPU.
Isn't there an OpenCV Cuda feature like findContours? Or do findContours work both on cv::Matand on cv::cuda::GpuMat?
source
share