Does Vision.Cascade object detector detect only face ?
4 ビュー (過去 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!