Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dconvhull.cpp520 CvPoint* hull_cur; in cvConvexityDefects() local
631 hull_cur = *(CvPoint**)hull_reader.prev_elem; in cvConvexityDefects()
632 index = cvSeqElemIdx( ptseq, (char*)hull_cur, 0 ); in cvConvexityDefects()
637 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); 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()
664 defect.start = hull_cur; in cvConvexityDefects()
679 double dx = (double)cur->x - (double)hull_cur->x; in cvConvexityDefects()
680 double dy = (double)cur->y - (double)hull_cur->y; in cvConvexityDefects()
699 hull_cur = hull_next; in cvConvexityDefects()
/external/opencv/cv/src/
Dcvconvhull.cpp528 CvPoint* hull_cur; in cvConvexityDefects() local
642 hull_cur = *(CvPoint**)hull_reader.prev_elem; in cvConvexityDefects()
643 index = cvSeqElemIdx( ptseq, (char*)hull_cur, 0 ); in cvConvexityDefects()
648 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); 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()
675 defect.start = hull_cur; in cvConvexityDefects()
690 double dx = (double)cur->x - (double)hull_cur->x; in cvConvexityDefects()
691 double dy = (double)cur->y - (double)hull_cur->y; in cvConvexityDefects()
710 hull_cur = hull_next; in cvConvexityDefects()