package
1.0.1
Repository: https://github.com/bububa/openvision.git
Documentation: pkg.go.dev

# Functions

EulrToAxisPoints returns a transformation roll/pitch/yaw to Axis in 2d intrinsic rotations around the (local) axis Y, X, Z, in that order.
New returns a new Drawer.
WithBorderColor set Drawer BorderColor.
WithBorderStrokeWidth set Drawer BorderStrokeWidth.
WithFont set Drawer Font.
WithInvalidBorderColor set Drawer InvalidBorderColor.
WithKeypointColor set Drawer KeypointColor.
WithKeypointRadius set Drawer KeypointRadius.
WithKeypointStrokeWidth set Drawer KeypointStrokeWidth.
WithLabelColor set Drawer LabelColor.
WithMaskColor set Drawer MaskColor.

# Constants

DefaultBorderColor default drawer border color.
DefaultBorderStrokeWidth default drawer border stroke width.
DefaultInvalidBorderColor default drawer invalid border color.
DefaultKeypointColor default drawer keypoint color.
DefaultKeypointRadius default drawer keypoint radius.
DefaultKeypointStrokeWidth default drawer keypoint stroke width.
DefaultLabelColor default label color.

# Structs

Drawer represents a face drawer.

# Interfaces

Option represents Drawer option interface.