 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Detecter ¶
type Detecter interface {
	common.Estimator
	HasKeypoints() bool
	Detect(img *common.Image) ([]common.ObjectInfo, error)
}
    Detecter represents deteter interface
type OpenPose ¶
type OpenPose struct {
	// contains filtered or unexported fields
}
    OpenPose represents utralight detecter
func (*OpenPose) HasKeypoints ¶
HasKeypoints implement Detecter interface
type Ultralight ¶
type Ultralight struct {
	// contains filtered or unexported fields
}
    Ultralight represents utralight detecter
func (*Ultralight) Detect ¶
func (d *Ultralight) Detect(img *common.Image) ([]common.ObjectInfo, error)
Detect implement Detecter interface
func (*Ultralight) HasKeypoints ¶
func (d *Ultralight) HasKeypoints() bool
HasKeypoints implement Detecter interface
func (*Ultralight) LoadModel ¶
func (d *Ultralight) LoadModel(modelPath string) error
LoadModel load model for detecter
func (*Ultralight) Pointer ¶
func (d *Ultralight) Pointer() unsafe.Pointer
Pointer implement Estimator interface
 Click to show internal directories. 
   Click to hide internal directories.