Ask Your Question
0

Image matching problem

asked 2013-09-18 18:33:00 -0600

habisravi gravatar image

How to check whether two images are similar or not? One image is captured by a cellphone and other is stored at cloud, without sending the whole image to cloud?I need to perform this at real-time.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-09-18 23:17:56 -0600

simon111 gravatar image

You can

1) preprocess the 2 images to reduce the effect of the light conduction, rotation etc.

2) extract the feature for you image content, great feature is the most important part of image comparing.

3) compare the 2 feature sets, calculate the distance of the 2 feature vector. normalise the result

edit flag offensive delete link more

Comments

What about using pHash / perceptual Hash?

habisravi gravatar imagehabisravi ( 2013-09-18 23:39:29 -0600 )edit

It depends your project goal

simon111 gravatar imagesimon111 ( 2013-09-19 09:19:36 -0600 )edit

Question Tools

Stats

Asked: 2013-09-18 18:33:00 -0600

Seen: 425 times

Last updated: Sep 18 '13