mirror of
https://github.com/esimov/pigo.git
synced 2025-10-07 00:52:49 +08:00
Changed default params
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user