A
A
Anton Ivanov2017-02-07 12:49:01
Programming
Anton Ivanov, 2017-02-07 12:49:01

What to read about pattern recognition?

Hello.
What can be read on the methods of pattern recognition?
That is, we have a picture in the system, we need to recognize it when pointing the camera.
Interested not only in recognizing a static picture, but also in recognizing the object that the camera was aimed at, that is, when it is not clearly known what is currently on the screen and is there anything at all?
As I understand it (naturally, there are other methods, but this one may be incorrect / long) this can be implemented as follows: for the image that needs to be recognized (which we have in the database), a certain map of key points is built, by contrast, or by some then other indicators. This map is then saved as a hash to the database. When scanning, we perform the same operation every second with the image received from the camera and look for such a hash in our database. This is if very rude.
Machine learning, as I understand it, is not suitable here, because, at the time of loading the image, we do not know in what form it can be represented when it is visible through the lens. It can be shot sideways, from bottom to top, and so on.
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Skusnov, 2017-02-07
@AlexSku

An example of deep learning on MatLab. (toolbox Computer Vision)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question