Morphological Character Recognition
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 (2023). Morphological Character Recognition (https://www.mathworks.com/matlabcentral/fileexchange/9477-morphological-character-recognition), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation > Text Detection and Recognition >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Morphological Operations >
- Signal Processing > Audio Toolbox > Audio Processing Algorithm Design > Speech Recognition >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Intrecog/
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |