How can i set the min and max size object to detect in matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Misrak Seifu
il 12 Giu 2014
Modificato: Misrak Seifu
il 13 Giu 2014
How can i set the min and max size object to detect in matlab? i am working on cascade object detector.
Thank you
0 Commenti
Risposta accettata
Dima Lisin
il 13 Giu 2014
The vision.CascadeObjectDetector object has properties MinSize and MaxSize. You can also pass 'MinSize' and 'MaxSize' name-value pairs into the object's constructor:
detector = vision.CascadeObjectDetector('MinSize', [32, 32]);
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!