Versions in this module Expand all Collapse all v0 v0.1.0 Aug 1, 2019 Changes in this version + type Config interface + GetDlibModelDir func() string + type DlibFaceDetector struct + func (d *DlibFaceDetector) Init(conf engine.Config) error + func (d DlibFaceDetector) Detect(imgPath string) (engine.FaceResult, error) + func (d DlibFaceDetector) String() string