필터 지우기
필터 지우기

How to extract License plate Based on character identification

조회 수: 1 (최근 30일)
akpojotor princewill
akpojotor princewill 2017년 8월 24일
댓글: Walter Roberson 2017년 9월 29일
The summary of the work is to input a binary image with license plate text characters and extract the license plate region based on the text characters. The following pseudocode is intended to achieve this, (However am stuck at a point right now)
1. Identify and label connected components of the image (as expected, this includes other invalid connected components)
2. compute aspect ratio from bounding box of connected components identified and labelled
3. filter connected components that does not meet criteria based on character text aspect ratio.
4. fill bounding box of remaining valid connected component with white pixels
5. morphological dilate the image in order to get character text region connected, forming a larger component.
6. identify and label the new connected components of the image
7. compute the aspect ratio of bounding boxes of new connected components and filter components that do not meet license plate aspect ratio criteria.
<<
>>
Attached is the input binary image and a snippet of what i have done and where am finding difficult. Your contributions and suggestions are highly appreciated. thank you

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image display and manipulation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by