Searched refs:icvCollectPolyEdges (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp61 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges,
954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT ));
1149 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, function
2004 CV_CALL( icvCollectPolyEdges( mat, &vtx, edges, buf, line_type, shift ));
2532 CV_CALL( icvCollectPolyEdges( mat, tseq, edges, ext_buf, line_type, 0 ));
2579 CV_CALL( icvCollectPolyEdges( mat, contour, edges, ext_buf, line_type, 0, offset ));

Completed in 123 milliseconds