Home | History | Annotate | Download | only in src

Lines Matching refs:CvContour

1633         CvRect rect = ((CvContour*)src_contour)->rect;
1642 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage,
1646 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage,
1757 CvRect a = (*((CvContour**)_a))->rect;
1758 CvRect b = (*((CvContour**)_b))->rect;
1824 CvRect rect = ((CvContour*)src_contour)->rect;
1833 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage,
1837 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage,
1915 CvContour* cnt = *(CvContour**)cvGetSeqElem(root_tmp, j);