Home | History | Annotate | Download | only in src

Lines Matching refs:CvContour

223     if( header_size < (int) (method == CV_CHAIN_CODE ? sizeof( CvChain ) : sizeof( CvContour )))
271 header_size : sizeof( CvContour );
821 ((CvContour*)contour)->rect = rect;
1187 if( contourHeaderSize < (int)sizeof(CvContour))
1188 CV_ERROR( CV_StsBadSize, "Contour header size must be >= sizeof(CvContour)" );