License plate detection using morphological operators

Version 1.0.0.0 (658 KB) by Alireza
This code detect a license plate using morphological operators
1.1K Downloads
Updated 27 Aug 2015

View License

This code implemented license plate detection using morphological operators and loosely follows the approach presented by:
1. Farhad Faradji, Amir Hossein Rezaie, Majid Ziaratban ”a morphological based license plate location” ICIP 2007.
2. Farhad Faraji, and Reza Safabakhsh, “novel and fast method for detecting plate location from complicated images based on morphological operations” MVIP 2007.
The steps are as follows:
1. Vertical edge detection
2. Histogram analysis
3. Vertical and Horizontal Dilation
4. Finding Regions in Common
5. Horizontal Dilation
6. Erosion
7. Post processing
http://a-asvadi.ir/license-plate-detection-using-morphological-operators/

Cite As

Alireza (2024). License plate detection using morphological operators (https://www.mathworks.com/matlabcentral/fileexchange/52696-license-plate-detection-using-morphological-operators), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

image added