Opencv MPEG7 descriptors
Asked Answered
W

4

5

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!

Whose answered 19/5, 2009 at 12:41 Comment(1)
Do you need source code for a particular algorithm for calculating edge histogram etc., or will any method do? Also, you might consider adding the "image-processing" tag to your question. It may help other people to find your question.Cleat
S
6

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.

Semiliterate answered 19/4, 2011 at 7:51 Comment(0)
G
3

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.)

Grandaunt answered 23/6, 2009 at 11:20 Comment(0)
M
1

Hope this helps to other programmers:

  • Here you can find one implementation on C#
  • Here another implementation in Java.
Mobile answered 16/1, 2014 at 10:2 Comment(0)
W
1

For Future readers, there's a CPP library that claims to be easy to use here. https://github.com/mubastan/mpeg7fex

This has been tested on OpenCV 3, so this is at par the latest.

Westing answered 1/6, 2020 at 14:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.