Lines Matching full:dst_contour
1685 CvSeq *dst_contour = 0;
1695 dst_contour = cvApproxPoly( src_contour, sizeof(CvContour), temp_storage,
1697 if( dst_contour->total == 4 )
1702 dst_contour = cvApproxPoly( dst_contour, sizeof(CvContour), temp_storage,
1705 if( dst_contour->total == 4 )
1710 if( dst_contour->total == 4 && cvCheckContourConvexity(dst_contour) )
1713 double d1, d2, p = cvContourPerimeter(dst_contour);
1714 double area = fabs(cvContourArea(dst_contour, CV_WHOLE_SEQ));
1718 pt[i] = *(CvPoint*)cvGetSeqElem(dst_contour, i);
1745 dst_contour->v_prev = (CvSeq*)parent;
1747 cvSeqPush( root, &dst_contour );