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

/external/opencv/cv/src/
H A Dcvpyrsegmentation.cpp65 typedef struct _CvPyramidBase struct
70 _CvPyramidBase; typedef in typeref:struct:_CvPyramidBase
131 #define _CV_NEXT_BASE_C1(p,n) (_CvPyramid*)((char*)(p) + (n)*sizeof(_CvPyramidBase))
198 _CvPyramidBase *p_base;
243 buffer_size = roi.width * roi.height * (sizeof( float ) + sizeof( _CvPyramidBase ));
269 p_base = (_CvPyramidBase *) (buffer + step * roi.height);
363 p_base = (_CvPyramidBase *) pyram[0];
505 (l == 0 ? sizeof(_CvPyramidBase) : sizeof(_CvPyramid)));
1079 p_cur = (_CvPyramid*)((char*)p_cur + sizeof(_CvPyramidBase));
1393 icvExpandBaseLevelC1( _CvPyramid * base_p, _CvPyramid * p, _CvPyramidBase * star
[all...]

Completed in 66 milliseconds