Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dconvhull.cpp403 CvSeq hull_header; in cvConvexHull2() local
458 … sizeof(hull_header), CV_ELEM_SIZE(mat->type), mat->data.ptr, in cvConvexHull2()
459 mat->cols + mat->rows - 1, &hull_header, &hullblock ); in cvConvexHull2()
526 CvSeq hull_header; in cvConvexityDefects() local
579 mat->cols + mat->rows - 1, &hull_header, &hullblock ); in cvConvexityDefects()
/external/opencv/cv/src/
Dcvconvhull.cpp246 union { CvContour c; CvSeq s; } hull_header; in cvConvexHull2() local
311 mat->cols + mat->rows - 1, &hull_header.s, &hullblock )); in cvConvexHull2()
534 union { CvContour c; CvSeq s; } hull_header; in cvConvexityDefects() local
589 mat->cols + mat->rows - 1, &hull_header.s, &hullblock )); in cvConvexityDefects()