Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Descriptor ¶
type Descriptor struct {
// contains filtered or unexported fields
}
func NewDescriptor ¶
func NewDescriptor() (*Descriptor, error)
func NewDescriptorFromFile ¶
func NewDescriptorFromFile(modelName, tagName string) (*Descriptor, error)
func (*Descriptor) Close ¶
func (d *Descriptor) Close() error
func (*Descriptor) Compute ¶
func (d *Descriptor) Compute(img image.Image) (gildasai.Descriptors, error)
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
func NewDetector ¶
func NewDetectorFromFile ¶
type Landmark ¶
type Landmark struct {
// contains filtered or unexported fields
}
func NewLandmark ¶
func NewLandmarkFromFile ¶
Click to show internal directories.
Click to hide internal directories.