Ask Your Question
0

image search and comparsion with opencv

asked 2013-03-07 11:21:50 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >50 is welcome to improve it.

Can anyone please help me.

    I need to write a program with Java or C++ in opencv to do the following:

1 Create metadata of at least 100 images using XMP-Extensible Metadata Platform (an ISO standard)

  1. Search images based on metadata..for example, data, camera, location, clour etc which i created from the local file system in my computer

  2. Compare the searched images with the new image

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-03-07 11:32:22 -0600

The first part isn't related to OpenCV, their is plenty of library that can help you to parse XMP metadata, depending on your plateform. I successfully used Exiv2 (Windows/Linux).

For the second part, see this post which could be a good start to the Bags Of Words approach, adapted to your case.

edit flag offensive delete link more

Comments

Thank you for your help. But i need c++or java program that Search images based on metadata..for example, data, camera, location, clour etc which i created from the local file system in my computer and Compare the searched images with the new image. Thanks

akinlolu gravatar imageakinlolu ( 2013-03-08 05:45:50 -0600 )edit

Question Tools

Stats

Asked: 2013-03-07 11:21:50 -0600

Seen: 680 times

Last updated: Mar 08 '13