Does Vision.Cascade object detector detect only face ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Emmanuel
am 9 Dez. 2015
Beantwortet: Dima Lisin
am 9 Dez. 2015
I want to detect bananas using vision.cascade object detector. Is that possible?
0 Kommentare
Akzeptierte Antwort
Dima Lisin
am 9 Dez. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!