How to write the letters detected from bounding boxes to notepad/MS word file?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
A B Shinde
am 10 Jun. 2014
Kommentiert: A B Shinde
am 11 Jun. 2014
Somehow I was able to plot the bounding boxes for the letters/characters in the image of scanned text document. How to
<<
<<

>>
>>
extract those letters/characters to notepad/word file.
0 Kommentare
Akzeptierte Antwort
Arun Kumar
am 10 Jun. 2014
To extract(segment)letters from image use imcrop function.but in order to recognize these letters ,you need to create a database first and perform recognition using any recognition algorithms.the simplest way is find correlation of two images.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!