Module dlib.image.canvas
Simple 2D rendering engine
Classes
Name | Description |
---|---|
Canvas
|
A simple 2D vector engine inspired by HTML5 canvas. Supports rendering arbitrary polygons and cubic Bezier paths, filled and outlined. Not real-time. |
Structs
Name | Description |
---|---|
CanvasState
|
General options for drawing things |
ContourSegment
|
Path segment |
Enums
Name | Description |
---|---|
SegmentType
|
Type of a path segment |