Does Vision.Cascade object detector detect only face ?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to detect bananas using vision.cascade object detector. Is that possible?
0 Commenti
Risposta accettata
Dima Lisin
il 9 Dic 2015
Yes, it is possible. You would have to train your own banana detector model using the trainCascadeObjectDetector function. This will produce an XML file, which you can then use with vision.CascadeObjectDetector. See the Train a Cascade Object Detector tutorial.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Computer Vision Toolbox 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!