Documentation ¶
Overview ¶
Package pose hand pose estimator
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Estimator ¶
type Estimator interface { common.Estimator Detect(img *common.Image, rect common.Rectangle) ([]common.Point, error) }
Estimator represents estimator interface
type HandPoseEstimator ¶
type HandPoseEstimator struct {
// contains filtered or unexported fields
}
HandPoseEstimator represents handpose estimator
func NewHandPoseEstimator ¶
func NewHandPoseEstimator() *HandPoseEstimator
NewHandPoseEstimator returns a new HandPoseEstimator
func (*HandPoseEstimator) Detect ¶
func (d *HandPoseEstimator) Detect(img *common.Image, rect common.Rectangle) ([]common.Point, error)
Detect implement Estimator interface
func (*HandPoseEstimator) LoadModel ¶
func (d *HandPoseEstimator) LoadModel(modelPath string) error
LoadModel load model for estimator
func (*HandPoseEstimator) Pointer ¶
func (d *HandPoseEstimator) Pointer() unsafe.Pointer
Pointer implement Estimator interface
Click to show internal directories.
Click to hide internal directories.