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

# Functions

New returns a new Drawer.
WithBorderColor set Drawer BorderColor.
WithBorderStrokeWidth set Drawer BorderStrokeWidth.
WithKeypointRadius set Drawer KeypointRadius.
WithKeypointStrokeWidth set Drawer KeypointStrokeWidth.

# Constants

CocoPartBackground background.
CocoPartLAnkle left ankle.
CocoPartLEar left ear.
CocoPartLElbow left elbow.
CocoPartLEye left eye.
CocoPartLHip left hip.
CocoPartLKnee left knee.
CocoPartLShoulder left sholder.
CocoPartLWrist left wrist.
CocoPartNeck neck.
CocoPartNose nose.
CocoPartRAnkle right ankle.
CocoPartREar right ear.
CocoPartRElbow right elbow.
CocoPartREye right eye.
CocoPartRHip right hip.
CocoPartRKnee right knee.
CocoPartRShoulder right sholder.
CocoPartRWrist right wrist.
DefaultBorderColor default drawer border color.
DefaultBorderStrokeWidth default drawer border stroke width.
DefaultKeypointRadius default drawer keypoint radius.
DefaultKeypointStrokeWidth default drawer keypoint stroke width.

# Variables

CocoColors represents color for coco parts.
CocoPair represents joints pair.
OpenPosePair represents joints pair for openpose.

# Structs

Drawer represents a pose drawer.

# Interfaces

Option represents Drawer option interface.

# Type aliases

CocoPart coco part define.