Home | History | Annotate | Download | only in src

Lines Matching refs:cvApproxPoly

1642                 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage,
1645 // cvApproxPoly() does not simplify as much as it should.
1646 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage,
1833 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage,
1836 // cvApproxPoly() does not simplify as much as it should.
1837 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage,