有几个OpenCV CPU功能有直接的CUDA对应物,如cv::cvtColor&cv::cuda::cvtColor.
cv::cvtColor
cv::cuda::cvtColor
但我发现cv::findContoursCPU 没有直接或间接(GPU)Cuda对应物.
cv::findContours
是不是有类似于findContours的OpenCV Cuda功能?抑或findContours两个工作cv::Mat和cv::cuda::GpuMat?
cv::Mat
cv::cuda::GpuMat
c++ image-processing opencv3.0
c++ ×1
image-processing ×1
opencv3.0 ×1