OCR in real time on screen
이전 댓글 표시
Anyone has a sample code for MATLAB to recognize characters and numbers on whatever's is in a user defined box on screen in real-time.
The reason I'm doing this is I'm planning to use an external software to collect data in real time. To avoid complex handshaking between MATLAB and that software. I'm planning to use OCR to record data.
So the plan is this. A user first defines a box (adjust the size) to recognize whatever is in that box. Shift that box to the area where the data (numbers and characters) are shown on screen. MATLAB then records it in real-time.
I know this is an unorthodox way to collect data but it will save us ton's of $$ for hardware required for interfacing as well as reducing complexity. It's also very versatile and can be used for any software.
답변 (1개)
Image Analyst
2016년 7월 16일
0 개 추천
Have you tried running this code on each frame? http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
댓글 수: 2
Zhi Yuan Toh
2016년 7월 16일
Image Analyst
2016년 7월 16일
편집: Image Analyst
2016년 7월 16일
That doesn't have to be a problem. Just upgrade. It's only a problem if you want to try to write it yourself - then you're in for a lot of time and work.
카테고리
도움말 센터 및 File Exchange에서 Keypoint Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!