Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvcalibinit.cpp88 typedef struct CvContourEx struct
93 CvContourEx; typedef
1612 CvContourEx* board = 0; in icvGenerateQuads()
1626 CV_CALL( scanner = cvStartFindContours( image, temp_storage, sizeof(CvContourEx), in icvGenerateQuads()
1685 CvContourEx* parent = (CvContourEx*)(src_contour->v_prev); in icvGenerateQuads()
1790 CvContourEx* board = 0; in icvGenerateQuadsEx()
1817 CV_CALL( scanner = cvStartFindContours( thresh_img, temp_storage, sizeof(CvContourEx), in icvGenerateQuadsEx()
1884 CvContourEx* parent = (CvContourEx*)(src_contour->v_prev); in icvGenerateQuadsEx()
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp100 struct CvContourEx struct
1665 CvContourEx* board = 0; in icvGenerateQuads()
1679 scanner = cvStartFindContours( image, temp_storage, sizeof(CvContourEx), in icvGenerateQuads()
1741 CvContourEx* parent = (CvContourEx*)(src_contour->v_prev); in icvGenerateQuads()