Searched refs:ICV_DEF_MEAN_SDV_ALL (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxmeansdv.cpp636 #define ICV_DEF_MEAN_SDV_ALL( flavor, arrtype, sumtype, sqsumtype, worktype ) \ macro
654 ICV_DEF_MEAN_SDV_ALL( 32s, int, double, double, double )
655 ICV_DEF_MEAN_SDV_ALL( 32f, float, double, double, double )
656 ICV_DEF_MEAN_SDV_ALL( 64f, double, double, double, double )

Completed in 36 milliseconds