Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CropResizeImage ¶
Types ¶
type MtcnnDetector ¶
type MtcnnDetector struct {
// contains filtered or unexported fields
}
func NewMtcnnDetector ¶
func NewMtcnnDetector(modelFile string) (*MtcnnDetector, error)
func (*MtcnnDetector) Close ¶
func (det *MtcnnDetector) Close()
func (*MtcnnDetector) Config ¶
func (det *MtcnnDetector) Config(scaleFactor, minSize float64, scoreThresholds []float32)
func (*MtcnnDetector) DetectFaces ¶
func (det *MtcnnDetector) DetectFaces(tensor *tf.Tensor) ([][]float32, error)
Click to show internal directories.
Click to hide internal directories.