Does Vision.Cascade object detector detect only face ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to detect bananas using vision.cascade object detector. Is that possible?
댓글 수: 0
채택된 답변
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!