mirror of
https://github.com/esimov/pigo.git
synced 2025-10-06 16:46:52 +08:00
Detect left right blink
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user