Click here to Skip to main content
15,887,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Alright, so what I am trying to achieve is to read certain symbols from an image and then converting that to a normal string.

The program right now is creating a bitmap from the window, it now needs to go over the created bitmap and find the symbols I am looking for, I've got another bitmap that has all said symbols.

I don't know where to go exactly, I could change the bitmap to only make an image of where those symbols would be at, as they are always on the same position just in a different order.
Any lead on where to go would be appreciated.

What I have tried:

I don't know what to do exactly, but I figured to chop the created bitmap up on blocks, as each symbol is a block of 6x11 pixels in a row, and then doing the same to the bitmap with all symbols that it could find. After doing that I would just have to use a switch statement for comparing.
Posted
Updated 18-Sep-17 0:28am

1 solution

Image recognition is a very complex task. Here is a Google Search on the subject: microsoft image recognition - Google Search[^]

And here are a couple of links from above search:
* Comparing the Top Five Computer Vision APIs – Gaurav Oberoi[^]
* Computer vision – Image processing and analytics | Microsoft Azure[^]
* Hands-on Labs Image Recognition | Microsoft Docs[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900