Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyrsegmentation.cpp56 typedef struct _CvPyramid struct
59 struct _CvPyramid *p; argument
62 } _CvPyramid; typedef
68 struct _CvPyramid *p;
98 _CvPyramid* first_level_end,
131 #define _CV_NEXT_BASE_C1(p,n) (_CvPyramid*)((char*)(p) + (n)*sizeof(_CvPyramidBase))
192 _CvPyramid *pyram[16]; /* pointers to the pyramid down up to level */ in icvPyrSegmentation8uC1R()
195 _CvPyramid stub; in icvPyrSegmentation8uC1R()
197 _CvPyramid *p_cur; in icvPyrSegmentation8uC1R()
246 buffer_size += ((roi.width >> l) + 1) * ((roi.height >> l) + 1) * sizeof(_CvPyramid); in icvPyrSegmentation8uC1R()
[all …]