Please tell me matlab code for handwritten characters recognition using template matching.
Show older comments
I am working on handwritten recognition. Kindly help me in this matter please.....
1 Comment
MONIKA SAINI
on 14 Feb 2015
Edited: Walter Roberson
on 14 Dec 2015
Answers (1)
Walter Roberson
on 14 Dec 2015
0 votes
In your loop finding the largest corr2(), you are using a slice of OriDU that is TempH high by TempW wide. However when you get to the end to plot, you are extracting a slide that is TempH+1 high by TempW+1 wide. Your loop does the indexing correctly, remembering to subtract 1 from the upper end of the range, and it is your imshow() call that is incorrect.
Categories
Find more on Text Detection and Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!