Searched refs:hull_next (Results 1 – 2 of 2) sorted by relevance
649 CvPoint* hull_next; in cvConvexityDefects() local652 hull_next = *(CvPoint**)hull_reader.ptr; in cvConvexityDefects()656 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()659 dx0 = (double)hull_next->x - (double)hull_cur->x; in cvConvexityDefects()660 dy0 = (double)hull_next->y - (double)hull_cur->y; in cvConvexityDefects()665 defect.end = hull_next; in cvConvexityDefects()672 if( ptseq_reader.ptr == (schar*)hull_next ) in cvConvexityDefects()699 hull_cur = hull_next; in cvConvexityDefects()
660 CvPoint* hull_next; in cvConvexityDefects() local663 hull_next = *(CvPoint**)hull_reader.ptr; in cvConvexityDefects()667 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()670 dx0 = (double)hull_next->x - (double)hull_cur->x; in cvConvexityDefects()671 dy0 = (double)hull_next->y - (double)hull_cur->y; in cvConvexityDefects()676 defect.end = hull_next; in cvConvexityDefects()683 if( ptseq_reader.ptr == (schar*)hull_next ) in cvConvexityDefects()710 hull_cur = hull_next; in cvConvexityDefects()