Is a cuda/gpu implementation of opencv adaptiveThreshold available?
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.