About the localization and feature extraction in bank notes recognition
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
Show older comments
0 votes
I am doing a project about the recognition of the serial numbers in bank notes. After I finished the gray scale normalization of the image, I don't know how to extract the serial numbers from the image. Also, I need to extract the features of each character for the comparing with the serial numbers. However, may I know if there any methods to do this extraction. Thank you very much and Happy new year.
Accepted Answer
Image Analyst
on 31 Dec 2014
Use the Computer Vision System Toolbox to do OCR: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
9 Comments
YIP
on 5 Jan 2015
May I know if there any method other than using the computer vision system toolbox?It is because I need to do the project in R2012a version. So may I know if there any code for OCR?
Image Analyst
on 5 Jan 2015
No, the only "built-in" OCR is in the Computer Vision System Toolbox. If you don't want to use that then you'll need to find an alternate, like in the File Exchange, or write your own.
Image Analyst
on 6 Jan 2015
What is the question?
YIP
on 17 Mar 2015
May I know if the file"new template", which is attached, is made by the COMPUTER VISION SYSTEM TOOLBOX? May I have any method to read the code in it?
Image Analyst
on 17 Mar 2015
Sorry - I don't have that toolbox right now so I can't test your file. The mat file itself was probably made with the save() function but the variables in it may have come from a toolbox function - I don't know.
I can load the file, but I don't know how it is generated. May I konw how it is generated? Is it related to create_template.m??
Image Analyst
on 31 Mar 2015
.mat files are created by calling the save() function.
Thank you. Now I have another question. May I know how to make the bitmap figure in the tempalte( characters file)? I try to make the new temaplates by copying the bitmap figure after the program cut the [42 24] character out, but I cannot only cut out the character out without the blackground. May I know if I am right to do these procedures to extract the template figure??



Image Analyst
on 3 Apr 2015
An image must remain rectangular, so you'll need to have both white foreground pixels (representing the M) and the black background pixels. If you want, you can use find() to get a list of the rows and columns where the white pixels reside, but that's just a list of coordinates, not an image.
More Answers (0)
Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)