how to increase accuracy image processing for extract decimals
Show older comments
] have aan image including decimals number. I use OCR to grabing decimals, but some of point in these number is not extract. Any tips?
Accepted Answer
More Answers (2)
yanqi liu
on 2 Dec 2021
Edited: Image Analyst
on 2 Dec 2021
yes,sir,may be make some image process,such as im2bw、imbinary,and use the ocr number parameter,such as
ocr(bwt,'CharacterSet','0123456789');
may be upload image to do some analysis
1 Comment
Image Analyst
on 2 Dec 2021
Looks like you excluded the decimal point from your character set. I think that would need to be included. That is the character that he wants to find and it's having trouble detecting.
hamze moosapour
on 4 Dec 2021
0 votes
Categories
Find more on Convert Image Type 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!