Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recognizer ¶
type Recognizer struct {
// contains filtered or unexported fields
}
func New ¶
func New(modelDir string) *Recognizer
func (*Recognizer) GetFaceDescriptor ¶
func (r *Recognizer) GetFaceDescriptor(img []byte) (domain.FaceDescriptor, error)
func (*Recognizer) SearchImageID ¶
func (r *Recognizer) SearchImageID(descr domain.FaceDescriptor, images []domain.Image) (uint64, error)
Click to show internal directories.
Click to hide internal directories.