Lines Matching refs:CvPoint
427 sizeof(CvContour), sizeof(CvPoint),(CvMemStorage*)hull_storage ); in cvConvexHull2()
434 … sizeof(CvContour), sizeof(CvPoint*), (CvMemStorage*)hull_storage ); in cvConvexHull2()
520 CvPoint* hull_cur; in cvConvexityDefects()
603 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 ); in cvConvexityDefects()
606 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 ); in cvConvexityDefects()
609 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 ); in cvConvexityDefects()
631 hull_cur = *(CvPoint**)hull_reader.prev_elem; in cvConvexityDefects()
637 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); in cvConvexityDefects()
649 CvPoint* hull_next; in cvConvexityDefects()
652 hull_next = *(CvPoint**)hull_reader.ptr; in cvConvexityDefects()
656 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()
670 CV_NEXT_SEQ_ELEM( sizeof(CvPoint), ptseq_reader ); in cvConvexityDefects()
676 CvPoint* cur = (CvPoint*)ptseq_reader.ptr; in cvConvexityDefects()