cv::filterSpeckles: Filters off small noise blobs (speckles) in the disparity map. cv::filterSpeckles is the CPU version. Is it possible to use CUDA C language to change this code filterSpeckles to GPU version? Who can give some advice? Thank you.
1 | initial version |
cv::filterSpeckles: Filters off small noise blobs (speckles) in the disparity map. cv::filterSpeckles is the CPU version. Is it possible to use CUDA C language to change this code filterSpeckles to GPU version? Who can give some advice? Thank you.