README ¶ redface Intro This is my work-in-progress project to enable face recognition based pam authentication. For now, it's hardcoded to use embedded infrared camera on Dell XPS 9370. This camera can capture 340x340 8-bit grayscale images at 60fps. Documentation Wiki Reference https://github.com/boltgolt/howdy http://dlib.net/dnn_face_recognition_ex.cpp.html https://github.com/Kagami/go-face https://github.com/ageitgey/face_recognition Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Verify(rec *facerec.Recognizer, opt *VerifyOption) (bool, error) type VerifyOption Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Verify ¶ func Verify(rec *facerec.Recognizer, opt *VerifyOption) (bool, error) Types ¶ type VerifyOption ¶ type VerifyOption struct { ModelFile string Timeout time.Duration Threshold float64 } Source Files ¶ View all Source files redface.go Directories ¶ Show internal Expand all Path Synopsis capture cmd check redfaced facerec pam_redface protocol Click to show internal directories. Click to hide internal directories.