• Home
  • Raw
  • Download

Lines Matching defs:img

160 cvInitLineIterator( const CvArr* img, CvPoint pt1, CvPoint pt2,  in cvInitLineIterator()
296 icvLineAA( CvMat* img, CvPoint pt1, CvPoint pt2, in icvLineAA()
561 icvLine2( CvMat* img, CvPoint pt1, CvPoint pt2, const void* color ) in icvLine2()
912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes, in icvEllipseEx()
988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) in icvFillConvexPoly()
1149 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, in icvCollectPolyEdges()
1249 icvFillEdgeCollection( CvMat* img, CvContour* edges, const void* color ) in icvFillEdgeCollection()
1411 icvCircle( CvMat* img, CvPoint center, int radius, const void* color, int fill ) in icvCircle()
1557 icvThickLine( CvMat* img, CvPoint p0, CvPoint p1, const void* color, in icvThickLine()
1635 icvPolyLine( CvMat* img, CvPoint *v, int count, int is_closed, in icvPolyLine()
1737 cvLine( void* img, CvPoint pt1, CvPoint pt2, CvScalar color, in cvLine()
1770 cvRectangle( void* img, CvPoint pt1, CvPoint pt2, in cvRectangle()
1817 cvCircle( void *img, CvPoint center, int radius, in cvCircle()
1865 cvEllipse( void *img, CvPoint center, CvSize axes, in cvEllipse()
1914 cvFillConvexPoly( void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift ) in cvFillConvexPoly()
1949 cvFillPoly( void *img, CvPoint **pts, int *npts, int contours, in cvFillPoly()
2018 cvPolyLine( void *img, CvPoint **pts, int *npts, in cvPolyLine()
2194 cvPutText( void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color ) in cvPutText()
2415 cvDrawContours( void* img, CvSeq* contour, in cvDrawContours()