Lines Matching refs:CvPoint
51 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1,
52 CvPoint t3, int n3, double *s, double *s_c,
71 CvPoint *pt_p; /* pointer to previos points */ in icvCreateContourTree()
72 CvPoint *pt_n; /* pointer to next points */ in icvCreateContourTree()
73 CvPoint *pt1, *pt2; /* pointer to current points */ in icvCreateContourTree()
75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3; in icvCreateContourTree()
115 pt_p = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint )); in icvCreateContourTree()
116 pt_n = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint )); in icvCreateContourTree()
595 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1, in icvCalcTriAttr()
596 CvPoint t3, int n3, double *s, double *s_c, in icvCalcTriAttr()
726 cvStartWriteSeq( seq_flags, out_hearder_size, sizeof( CvPoint ), storage, &writer ); in cvContourFromContourTree()
782 CvPoint pt = ptr_buf[i_buf]->pt; in cvContourFromContourTree()