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!