cv::cuda::meanStdDev for CV_32FC1
Hello everyone!
I was wondering whether cv::cuda::meanStdDev
function will be implemented for the CV_32FC1
type in the near future or if it's not in the priority list at all.
I know I can download the image and use the host function (that's exactly my workaround now) but this is very slow and involves a download operation. I'm barely achieiving real-time.
Thanks a lot.