Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opencv MPEG7 descriptors

I am working on the system that compares images. MPEG-7 standard provides some descriptors which can be used for that e.g: Dominant Color, Color Layout, Edge Histogramm, Color Coherence Vectors. Do you know where i can get a source code for some of these methods?

Thx!

like image 699
user101375 Avatar asked May 19 '09 12:05

user101375


2 Answers

You can also use the Windows and Linux executables, or easy-to-use API based on OpenCV library, developed for BilVideo-7 video indexing and retrieval system: http://www.cs.bilkent.edu.tr/~bilmdg/bilvideo-7/Software.html.

like image 163
Mutebessim Avatar answered Sep 24 '22 06:09

Mutebessim


The ISO distributes reference software as part of the MPEG-7 standard, and among other things it includes feature extraction code for the visual descriptors. The zip file contains another zip file called XMWin.zip, which contains the source. (Despite the "Win" name, it contains instructions for compiling on both windows and unix.)

like image 34
Aaron Avatar answered Sep 23 '22 06:09

Aaron