Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp191 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/
Dcvaux.h985 CvLeeParameters contour_type CV_DEFAULT(CV_LEE_INT),