Please tell me matlab code for handwritten characters recognition using template matching.
Afficher commentaires plus anciens
I am working on handwritten recognition. Kindly help me in this matter please.....
1 commentaire
MONIKA SAINI
le 14 Fév 2015
Modifié(e) : Walter Roberson
le 14 Déc 2015
Réponses (1)
Walter Roberson
le 14 Déc 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.
Catégories
En savoir plus sur Text Detection and Recognition dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!