- Statistics and Machine Learning Toolbox
- Neural Network Toolbox
How can I extract number/letter part from this binary image ?
4 ビュー (過去 30 日間)
古いコメントを表示
I tried erosion/dilation process but I failed :/
2 件のコメント
Baptiste Ottino
2017 年 8 月 14 日
編集済み: Baptiste Ottino
2017 年 8 月 14 日
Do you want to extract it as a string? It is a difficult task, and you want to take a look at the Tools in the following toolboxes:
I doubt someone will post exactly how to do it, because it is a small project in itself. Have fun!
回答 (2 件)
Gareth Thomas
2017 年 8 月 14 日
Have you tried OCR? Optical Character Recognition.
This comes with the Computer Vision System Toolbox.
mizuki
2017 年 8 月 15 日
This example would help - this is part of OCR example, but what it does first (- Step 4) is extracting the area of letters by removing other areas.
- Automatically Detect and Recognize Text in Natural Images http://www.mathworks.com/help/vision/examples/automatically-detect-and-recognize-text-in-natural-images.html?lang=en
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!