Detect vehicle and then detect its number plate
3 次查看(过去 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!