Searched refs:contour_type (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlee.cpp | 191 CvLeeParameters contour_type, 215 CvLeeParameters contour_type, 1270 CvLeeParameters contour_type, in cvVoronoiDiagramFromContour() argument 1292 if( contour_type < 0 || contour_type > 2) in cvVoronoiDiagramFromContour() 1309 …if(_cvLee(CurContourSeq, &VoronoiDiagramInt,VoronoiStorage,contour_type,contour_orientation,attemp… in cvVoronoiDiagramFromContour() 1470 CvLeeParameters contour_type, in _cvLee() argument 1503 if(!_cvConstuctSites(ContourSeq, pVoronoiDiagramInt, contour_type,contour_orientation)) in _cvLee() 1535 CvLeeParameters contour_type, in _cvConstuctSites() argument 1542 switch(contour_type) in _cvConstuctSites() 1567 switch(contour_type) in _cvConstuctSites()
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 985 CvLeeParameters contour_type CV_DEFAULT(CV_LEE_INT),
|