Searched defs:_CvRGBf (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp43 typedef struct _CvRGBf struct
48 _CvRGBf; typedef in typeref:struct:_CvRGBf
74 _CvRGBf c;
83 _CvRGBf c;
135 CV_INLINE float icvRGBDist_Max( const _CvRGBf& a, const _CvRGBf& b )
144 CV_INLINE float icvRGBDist_Sum( const _CvRGBf& a, const _CvRGBf& b )
660 buffer_size = roi.width * roi.height * (sizeof( _CvRGBf ) + sizeof( _CvPyramidBaseC3 ));
676 step = roi.width * sizeof( _CvRGBf );
[all...]

Completed in 91 milliseconds