Documentation ¶
Overview ¶
Package detecter face detecter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Anticonv ¶
type Anticonv struct {
// contains filtered or unexported fields
}
Anticonv represents anticonv detecter
type Centerface ¶
type Centerface struct {
// contains filtered or unexported fields
}
Centerface represents centerface detecter
func (*Centerface) LoadModel ¶
func (d *Centerface) LoadModel(modelPath string) error
LoadModel load model for detecter
func (*Centerface) Pointer ¶
func (d *Centerface) Pointer() unsafe.Pointer
Pointer implement Estimator interface
type Mtcnn ¶
type Mtcnn struct {
// contains filtered or unexported fields
}
Mtcnn represents mtcnn detecter
type RetinaFace ¶
type RetinaFace struct {
// contains filtered or unexported fields
}
RetinaFace represents retinaface detecter
func (*RetinaFace) LoadModel ¶
func (d *RetinaFace) LoadModel(modelPath string) error
LoadModel implement Detecter interface
func (*RetinaFace) Pointer ¶
func (d *RetinaFace) Pointer() unsafe.Pointer
Pointer implement Estimator interface
type Scrfd ¶
type Scrfd struct {
// contains filtered or unexported fields
}
Scrfd represents scrfd detecter
Click to show internal directories.
Click to hide internal directories.