Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Skip bool `yaml:"skip,omitempty"`
ForceCpu bool `yaml:"forceCpu,omitempty"`
Padding int `yaml:"padding,omitempty"`
ModelFile string `yaml:"modelFile,omitempty"`
ConfigFile string `yaml:"configFile,omitempty"`
ScaleWidth int `yaml:"scaleWidth,omitempty"`
MinConfidencePercentage int `yaml:"minConfidencePercentage,omitempty"`
MaxPercentage int `yaml:"maxPercentage,omitempty"`
MinOverlapPercentage int `yaml:"minOverlapPercentage,omitempty"`
HighlightColor string `yaml:"highlightColor,omitempty"`
HighlightThickness int `yaml:"highlightThickness,omitempty"`
}
Config contains the parameters for Face detection
type Face ¶
type Face struct {
Skip bool
// contains filtered or unexported fields
}
Face detects faces within images
func (*Face) Run ¶
func (f *Face) Run(input <-chan videosource.ProcessedImage) <-chan videosource.ProcessedImage
Run starts the face detection process
Click to show internal directories.
Click to hide internal directories.