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

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp56 typedef struct _CvPyramid struct
59 struct _CvPyramid *p;
62 } _CvPyramid; typedef in typeref:struct:_CvPyramid
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 */
195 _CvPyramid stub;
197 _CvPyramid *p_cur;
246 buffer_size += ((roi.width >> l) + 1) * ((roi.height >> l) + 1) * sizeof(_CvPyramid);
[all...]

Completed in 48 milliseconds