I'm trying to track objects very fast using my gpu. I've already done this one the CPU by
background Subtraction
contour Finding
Meanshift
But I cannot find anything in the OpenCV CUDA-Modul equal to the contour Finding algorithm. Background Subtraction works already very fast. Is there another way for object tracking using the GPU in OpenCV, CUDA Module?