Home | History | Annotate | Download | only in include

Lines Matching refs:sdv

139 CV_INLINE void  cvMean_StdDev( const CvArr* image, double* mean, double* sdv,
148 if( sdv )
149 *sdv = _sdv.val[0];
352 #define cvMean_StdDevMask(img,mask,mean,sdv) cvMean_StdDev(img,mean,sdv,mask)