Does Vision.Cascade object detector detect only face ?

4 ビュー (過去 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 Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by