Searched defs:contour_type (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp177 // contour_type: in, type of vertices.
191 CvLeeParameters contour_type,
205 // contour_type: in, type of vertices. The possible values are
215 CvLeeParameters contour_type,
1270 CvLeeParameters contour_type,
1292 if( contour_type < 0 || contour_type > 2)
1309 if(_cvLee(CurContourSeq, &VoronoiDiagramInt,VoronoiStorage,contour_type,contour_orientation,attempt_number))
1470 CvLeeParameters contour_type,
1503 if(!_cvConstuctSites(ContourSeq, pVoronoiDiagramInt, contour_type,contour_orientatio
1267 cvVoronoiDiagramFromContour(CvSeq* ContourSeq, CvVoronoiDiagram2D** VoronoiDiagram, CvMemStorage* VoronoiStorage, CvLeeParameters contour_type, int contour_orientation, int attempt_number) argument
1467 _cvLee(CvSeq* ContourSeq, CvVoronoiDiagramInt* pVoronoiDiagramInt, CvMemStorage* VoronoiStorage, CvLeeParameters contour_type, int contour_orientation, int attempt_number) argument
1533 _cvConstuctSites(CvSeq* ContourSeq, CvVoronoiDiagramInt* pVoronoiDiagram, CvLeeParameters contour_type, int contour_orientation) argument
[all...]

Completed in 47 milliseconds