Module dlib.image.canvas

Simple 2D rendering engine

Classes

NameDescription
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

NameDescription
CanvasState General options for drawing things
ContourSegment Path segment

Enums

NameDescription
SegmentType Type of a path segment