package drawer import ( "github.com/bububa/openvision/go/common" ) const ( // DefaultBorderColor default drawer border color DefaultBorderColor = common.Green // DefaultKeypointColor default drawer keypoint color DefaultKeypointColor = common.Pink // DefaultBorderStrokeWidth default drawer border stroke width DefaultBorderStrokeWidth = 3 // DefaultKeypointRadius default drawer keypoint radius DefaultKeypointRadius = 2 // DefaultKeypointStrokeWidth default drawer keypoint stroke width DefaultKeypointStrokeWidth = 2 // DefaultInvalidBorderColor default drawer invalid border color DefaultInvalidBorderColor = common.Red )