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.

回答 (1 件)

Image Analyst
Image Analyst 2020 年 3 月 29 日

0 投票

Try the Color Thresholder on the Apps tab of the tool ribbon.
Or see my File Exchange for color segmentation demos.
If the digits are regular alphanumeric characters then you can use the ocr() function in the Computer Vision Toolbox.
str = ocr(binaryImage);

1 件のコメント

sharon kislev
sharon kislev 2020 年 3 月 29 日
thanks!
I will try the script

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeConvert Image Type についてさらに検索

タグ

質問済み:

2020 年 3 月 29 日

コメント済み:

2020 年 3 月 29 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by