How to detect the tick mark & the letter separately and print as text using matlab from the following image?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

0 Kommentare
Antworten (1)
Image Analyst
am 14 Sep. 2015
I suggest you build a library of all letters a-z with and without checkmarks, and an image of the checkmark alone. Then subtract the test image from each of your library images and find out which one has the least number of differences.
To print the images you have determined from what I just said, you can use the fprintf() function.
4 Kommentare
Image Analyst
am 19 Sep. 2015
See the FAQ to read in all your library images and subtract them from your extracted, test letter-parentheses-checkmark image. http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


