You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). Morphological Character Recognition (https://www.mathworks.com/matlabcentral/fileexchange/9477-morphological-character-recognition), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (5.59 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |