I want to clip image and keep the area with numbers of machine.First of all,i think,the good idea is invert image,but i dont know what to do in the next.Screenshot below
Asked
Active
Viewed 79 times
1
-
Are you trying to just get the numbers/letters from the initial picture? – Jamin Dec 13 '17 at 22:50
-
i am trying to find this numbers and letters,after i want to recognize it – Александр Зосимчук Dec 13 '17 at 22:51
1 Answers
0
What I believe you are trying to do is implement some sort of optical character recognition
.
A good place to start is: How to implement and do OCR in a C# project?
You might also be trying to simply crop
the image in c#.

Jamin
- 1,362
- 8
- 22
-
-
You could but in my opinion you are reinventing wheel if you make your own OCR. You are trying to make your own car tho, and having the wheels work properly and tested properly helps..Also I think that would take very long. – Jamin Dec 13 '17 at 22:57