Lines Matching refs:CvContour
207 if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour ))) in cvStartFindContours()
252 header_size : sizeof( CvContour ); in cvStartFindContours()
789 ((CvContour*)contour)->rect = rect; in icvFetchContourEx()
978 ((CvContour*)contour)->rect = rect; in icvFetchContourEx_32s()
1341 if( contourHeaderSize < (int)sizeof(CvContour)) in icvFindContoursInInterval()
1720 cvFindContours(&_cimage, storage, &_ccontours, sizeof(CvContour), mode, method, offset); in findContours()
1733 ((CvContour*)c)->color = (int)i; in findContours()
1749 int h_next = c->h_next ? ((CvContour*)c->h_next)->color : -1; in findContours()
1750 int h_prev = c->h_prev ? ((CvContour*)c->h_prev)->color : -1; in findContours()
1751 int v_next = c->v_next ? ((CvContour*)c->v_next)->color : -1; in findContours()
1752 int v_prev = c->v_prev ? ((CvContour*)c->v_prev)->color : -1; in findContours()