Searched refs:icvCollectPolyEdges (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxdrawing.cpp | 61 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, 954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT )); in icvEllipseEx() 1149 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, in icvCollectPolyEdges() function 2004 CV_CALL( icvCollectPolyEdges( mat, &vtx, edges, buf, line_type, shift )); in cvFillPoly() 2532 CV_CALL( icvCollectPolyEdges( mat, tseq, edges, ext_buf, line_type, 0 )); in cvDrawContours() 2579 CV_CALL( icvCollectPolyEdges( mat, contour, edges, ext_buf, line_type, 0, offset )); in cvDrawContours()
|