Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, The same operation of cuda::meanStdDev() on CV_32FC1 can be implemented through the combination of cuda::sum(), cuda::subtract(), cuda::sqrSum().