Searched refs:start_pt (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvapprox.cpp526 CvPoint start_pt = {INT_MIN, INT_MIN}, end_pt = {0, 0}, pt = {0,0}; local
553 start_pt = *(CvPoint*)cvGetSeqElem( src_contour, -1 );
555 if( start_pt.x != end_pt.x || start_pt.y != end_pt.y )
577 CV_READ_SEQ_ELEM( start_pt, reader ); /* read the first point */
584 dx = pt.x - start_pt.x;
585 dy = pt.y - start_pt.y;
614 CV_WRITE_SEQ_ELEM( start_pt, writer );
626 CV_READ_SEQ_ELEM( start_pt, reader );
632 dx = end_pt.x - start_pt
730 CvPoint2D32f start_pt = {-1e6f, -1e6f}, end_pt = {0, 0}, pt = {0,0}; local
[all...]

Completed in 116 milliseconds