Home
last modified time | relevance | path

Searched refs:_CvRGBf (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvpyrsegmentation.cpp43 typedef struct _CvRGBf struct
48 _CvRGBf; argument
74 _CvRGBf c;
83 _CvRGBf c;
135 CV_INLINE float icvRGBDist_Max( const _CvRGBf& a, const _CvRGBf& b ) in icvRGBDist_Max()
144 CV_INLINE float icvRGBDist_Sum( const _CvRGBf& a, const _CvRGBf& b ) in icvRGBDist_Sum()
660 buffer_size = roi.width * roi.height * (sizeof( _CvRGBf ) + sizeof( _CvPyramidBaseC3 )); in icvPyrSegmentation8uC3R()
676 step = roi.width * sizeof( _CvRGBf ); in icvPyrSegmentation8uC3R()
696 p_base->c = ((_CvRGBf *) pyramida)[i * roi.width + j]; in icvPyrSegmentation8uC3R()
728 p_cur->c = ((_CvRGBf *) pyramida)[i * roi.width + j]; in icvPyrSegmentation8uC3R()
[all …]