Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dconvhull.cpp649 CvPoint* hull_next; in cvConvexityDefects() local
652 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()
/external/opencv/cv/src/
Dcvconvhull.cpp660 CvPoint* hull_next; in cvConvexityDefects() local
663 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()