Detect vehicle and then detect its number plate
9 ビュー (過去 30 日間)
古いコメントを表示
Hi, I am doing a project on image processing. I am doing vehicle number plate detection using edge detection and morphological operation. The plate detection part is complete. But, now I want to detect a car from a video and then capture it image(if it's a car), and send it to the detection for the number plate. How to achieve this using MATLAB?
0 件のコメント
回答 (1 件)
Vivek Akkala
2025 年 3 月 27 日
編集済み: Walter Roberson
2025 年 3 月 27 日
Hi Souradeep, you can use pretrained object detectors like YOLO v4, YOLO v3, etc to detect car. Here is a reference for using YOLO v4: https://www.mathworks.com/help/vision/ref/yolov4objectdetector.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Feature Detection and Extraction についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!