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 */
72 CvPoint *pt_n; /* pointer to next points */
73 CvPoint *pt1, *pt2; /* pointer to current points */
75 CvPoint t, tp1, tp2, tp3, tn1, tn2, tn3;
115 pt_p = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint ));
116 pt_n = (CvPoint *) cvAlloc( lpt * sizeof( CvPoint ));
595 icvCalcTriAttr( const CvSeq * contour, CvPoint t2, CvPoint t1, int n1,
596 CvPoint t3, int n3, double *s, double *s_c,
726 cvStartWriteSeq( seq_flags, out_hearder_size, sizeof( CvPoint ), storage, &writer );
782 CvPoint pt = ptr_buf[i_buf]->pt;