Detect left right blink

This commit is contained in:
esimov
2019-09-09 12:56:02 +03:00
parent b292ff777e
commit cbf5c8084f
2 changed files with 25 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ func clusterDetection(pixels []uint8, rows, cols int) []pigo.Detection {
Dim: cols,
}
cParams := pigo.CascadeParams{
MinSize: 200,
MinSize: 260,
MaxSize: 640,
ShiftFactor: 0.1,
ScaleFactor: 1.1,