ocr differ by color
Mostra commenti meno recenti
Hello,
Im searching for an algorithem to differ between digits in spasific 3 diffren colors.
(to recognize the disgit and the color).
would appriciate a reffrance to a scipt / idea.
Thanks.
Risposte (1)
Image Analyst
il 29 Mar 2020
Try the Color Thresholder on the Apps tab of the tool ribbon.
If the digits are regular alphanumeric characters then you can use the ocr() function in the Computer Vision Toolbox.
str = ocr(binaryImage);
1 Commento
sharon kislev
il 29 Mar 2020
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!