dlib.image.render.shapes

Render simple geometric shapes

Members

Functions

drawCircle
void drawCircle(SuperImage img, Color4f col, int x0, int y0, uint r)

Draw a filled circle

drawLine
void drawLine(SuperImage img, Color4f color, int x1, int y1, int x2, int y2)

Draw a line segment

fillColor
void fillColor(SuperImage simg, Color4f col)

Fill image with solid color

Manifest constants

Black
enum Black;
Undocumented in source.
White
enum White;
Undocumented in source.

Meta

Authors

Oleg Baharev, Timur Gafarov