Morphological Character Recognition

INTREC Performs morphological character recognition
12.2K Downloads
Updated 3 Jan 2006

View License

INTREC Performs morphological character recognition

INTREC(X) recognizes the characters (in integer form) present in the image X and displays it as output. INTREC uses morphological operations (like Dilation and Hit-or-Miss transform) to recognize characters. The character size of the integers present in the image should be exactly 26, otherwise it may not recognize it.

Example:
X=imread('testimage1.bmp');
imshow(X)
intrec(X)
The digits found in the image are:
0
3
5

Cite As

Jahanzeb Rajput (2024). Morphological Character Recognition (https://www.mathworks.com/matlabcentral/fileexchange/9477-morphological-character-recognition), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
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!

Intrecog/

Version Published Release Notes
1.0.0.0