which function works for identifying numbers?
1 回表示 (過去 30 日間)
古いコメントを表示
hello, i am trying to detect numbers from image using the threshold technique.but i am unable to find the boundaries.which function can detect the numbers directly?
0 件のコメント
回答 (1 件)
Daniel Armyr
2012 年 2 月 22 日
Detecting numbers is a form of OCR which is a non-trivial task. If you want a solution that works out of the box, you will have to purchase specialized software for it.
If you just want to find the boundries, you can get creative with the convhull function to find insides and outsides.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!