Change gocv face detection with pigo

This commit is contained in:
Endre Simo
2018-06-12 12:59:44 +03:00
parent 7b5e6d53b1
commit 20e05cef7c
5 changed files with 65 additions and 33339 deletions

View File

@@ -32,7 +32,7 @@ type Processor struct {
Debug bool
Scale bool
FaceDetect bool
XMLClassifier string
Classifier string
}
// Resize implements the Resize method of the Carver interface.