Does Vision.Cascade object detector detect only face ?

조회 수: 1 (최근 30일)
Emmanuel
Emmanuel 2015년 12월 9일
답변: Dima Lisin 2015년 12월 9일
I want to detect bananas using vision.cascade object detector. Is that possible?

채택된 답변

Dima Lisin
Dima Lisin 2015년 12월 9일
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개)

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by