First time here? Check out the FAQ!
answered 2018-08-03 02:09:33 -0600
Hi, The same operation of cuda::meanStdDev() on CV_32FC1 can be implemented through the combination of cuda::sum(), cuda::subtract(), cuda::sqrSum().