Changed default params

This commit is contained in:
Endre Simo
2019-05-10 16:36:03 +03:00
parent 42b3ea5f60
commit a16e9e6581

View File

@@ -62,7 +62,7 @@ func FindFaces(pixels []uint8) uintptr {
func clusterDetection(pixels []uint8, rows, cols int) []pigo.Detection {
cParams := pigo.CascadeParams{
MinSize: 100,
MaxSize: 1000,
MaxSize: 600,
ShiftFactor: 0.15,
ScaleFactor: 1.1,
ImageParams: pigo.ImageParams{