Documentation ¶ Index ¶ type Face func New(logger *log.Logger, xmlFile string) *Face func (f *Face) Blur(w http.ResponseWriter, r *http.Request) func (f *Face) BlurVideo(w http.ResponseWriter, r *http.Request) func (f *Face) Destroy() func (f *Face) Detect(w http.ResponseWriter, r *http.Request) func (f *Face) DetectVideo(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Face ¶ type Face struct { // contains filtered or unexported fields } func New ¶ func New(logger *log.Logger, xmlFile string) *Face func (*Face) Blur ¶ func (f *Face) Blur(w http.ResponseWriter, r *http.Request) func (*Face) BlurVideo ¶ func (f *Face) BlurVideo(w http.ResponseWriter, r *http.Request) func (*Face) Destroy ¶ func (f *Face) Destroy() func (*Face) Detect ¶ func (f *Face) Detect(w http.ResponseWriter, r *http.Request) func (*Face) DetectVideo ¶ func (f *Face) DetectVideo(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files face.go Click to show internal directories. Click to hide internal directories.