Is a cuda/gpu implementation of opencv adaptiveThreshold available?

asked 2020-05-12 17:17:59 -0600

Intoxica gravatar image

I am working on a huge AI/DL application which uses thresholding as a part of pre-processing. It is in C++, uses normal threshold (cv::cuda::threshold) as the images are taken in gpu::mat format. Now, we need to switch to something like cv::adaptiveThreshold but couldn't find gpu implementation. Is anything similar available? Thanks.

edit retag flag offensive close merge delete