Home
last modified time | relevance | path

Searched defs:hull_storage (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvconvhull.cpp228 cvConvexHull2( const CvArr* array, void* hull_storage, in cvConvexHull2()
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp395 cvConvexHull2( const CvArr* array, void* hull_storage, in cvConvexHull2()
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp434 void* hull_storage; member in CV_ConvHullTest