Borrar filtros
Borrar filtros

How to extract License plate Based on character identification

1 visualización (últimos 30 días)
akpojotor princewill
akpojotor princewill el 24 de Ag. de 2017
Comentada: Walter Roberson el 29 de Sept. de 2017
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

Respuestas (0)

Categorías

Más información sobre Image display and manipulation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by