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

/external/opencv/cv/src/
H A Dcvconvhull.cpp660 CvPoint* hull_next; local
663 hull_next = *(CvPoint**)hull_reader.ptr;
667 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t );
670 dx0 = (double)hull_next->x - (double)hull_cur->x;
671 dy0 = (double)hull_next->y - (double)hull_cur->y;
676 defect.end = hull_next;
683 if( ptseq_reader.ptr == (schar*)hull_next )
710 hull_cur = hull_next;

Completed in 44 milliseconds