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

/external/opencv/cvaux/src/
H A Dcvlee.cpp173 // ContourSeq : in, vertices of polygon.
188 static int _cvLee(CvSeq* ContourSeq,
202 // ContourSeq : in, vertices of polygon
213 static int _cvConstuctSites(CvSeq* ContourSeq,
360 ContourSeq : in, vertices of polygon
370 CvSeq* ContourSeq,
1267 CV_IMPL int cvVoronoiDiagramFromContour(CvSeq* ContourSeq, argument
1286 if( !ContourSeq )
1305 for(CurContourSeq = ContourSeq;\
1330 CvSeq** ContourSeq,
1329 cvVoronoiDiagramFromImage(IplImage* pImage, CvSeq** ContourSeq, CvVoronoiDiagram2D** VoronoiDiagram, CvMemStorage* VoronoiStorage, CvLeeParameters regularization_method, float approx_precision) 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
2117 _cvConstructExtSites(CvVoronoiDiagramInt* pVoronoiDiagram, CvSeq* ContourSeq, int orientation, T type) argument
[all...]

Completed in 253 milliseconds