Does Vision.Cascade object detector detect only face ?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Emmanuel
el 9 de Dic. de 2015
Respondida: Dima Lisin
el 9 de Dic. de 2015
I want to detect bananas using vision.cascade object detector. Is that possible?
0 comentarios
Respuesta aceptada
Dima Lisin
el 9 de Dic. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision with Simulink en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!