|
CV_IMPL int | cvClipLine (CvSize img_size, CvPoint *pt1, CvPoint *pt2) |
|
CV_IMPL int | cvInitLineIterator (const CvArr *img, CvPoint pt1, CvPoint pt2, CvLineIterator *iterator, int connectivity, int left_to_right) |
|
CV_IMPL int | cvEllipse2Poly (CvPoint center, CvSize axes, int angle, int arc_start, int arc_end, CvPoint *pts, int delta) |
|
CV_IMPL CvScalar | cvColorToScalar (double packed_color, int type) |
|
CV_IMPL void | cvLine (void *img, CvPoint pt1, CvPoint pt2, CvScalar color, int thickness, int line_type, int shift) |
|
CV_IMPL void | cvRectangle (void *img, CvPoint pt1, CvPoint pt2, CvScalar color, int thickness, int line_type, int shift) |
|
CV_IMPL void | cvCircle (void *img, CvPoint center, int radius, CvScalar color, int thickness, int line_type, int shift) |
|
CV_IMPL void | cvEllipse (void *img, CvPoint center, CvSize axes, double angle, double start_angle, double end_angle, CvScalar color, int thickness, int line_type, int shift) |
|
CV_IMPL void | cvFillConvexPoly (void *img, CvPoint *pts, int npts, CvScalar color, int line_type, int shift) |
|
CV_IMPL void | cvFillPoly (void *img, CvPoint **pts, int *npts, int contours, CvScalar color, int line_type, int shift) |
|
CV_IMPL void | cvPolyLine (void *img, CvPoint **pts, int *npts, int contours, int closed, CvScalar color, int thickness, int line_type, int shift) |
|
CV_IMPL void | cvPutText (void *img, const char *text, CvPoint org, const CvFont *font, CvScalar color) |
|
CV_IMPL void | cvInitFont (CvFont *font, int font_face, double hscale, double vscale, double shear, int thickness, int line_type) |
|
CV_IMPL void | cvGetTextSize (const char *text, const CvFont *font, CvSize *size, int *_base_line) |
|
CV_IMPL void | cvDrawContours (void *img, CvSeq *contour, CvScalar externalColor, CvScalar holeColor, int maxLevel, int thickness, int line_type, CvPoint offset) |
|