A
A
Alexey2020-01-29 23:45:18
Node.js
Alexey, 2020-01-29 23:45:18

An example of a simple way to search for an image?

Is there a working example of how to isolate and save the found images?
There is a set of treasure cards in the picture, how can you find the maximum number of these cards? https://i.imgur.com/L709BFz.jpg

This is how the cut region looks like https://i.imgur.com/xTHZvGj.jpg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis, 2020-01-31
@D3Nd3R

We must go from simple. With openCV, this task can be solved in a couple of hours.
Use the difference correlator and go through all the pixels sequentially.
Or surf/sift, not sure if you can find multiple identical objects.
If the location of the regions does not change. Then just set the ROI and using the correlator, simply determine which class this or that area belongs to.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question