Ask Your Question
0

How to identify the image visually?

asked 2017-02-05 04:43:21 -0600

Hi, I take jpeg image from url and cut it on parts and save it with name of md5 value from bytes stream. But this the approach only works in perfect conditions, because as practice shows, the resulting image does not differ visually but have different file sizes and md5 hashes too. I even compared using the (subtract) and it showed no differences. How to use opencv in to detect similarities or something like that? What would the next time to understand that this picture is already there.

edit retag flag offensive close merge delete

Comments

berak gravatar imageberak ( 2017-02-06 01:37:42 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-02-05 08:08:14 -0600

LBerger gravatar image

updated 2017-02-05 09:02:14 -0600

Without image context it is difficult to answer to your question.

Read some tutorials :

  1. histogram comparison
  2. template matching
  3. feature matching
  4. ....
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-02-05 04:31:24 -0600

Seen: 71 times

Last updated: Feb 05 '17