Software
MPEG-7 Feature Extraction Library : This library is adapted from MPEG-7 XM Reference Software to make it work with Open Source Computer Vision library (OpenCV) data structures (e.g., IplImage, Mat). It has a very easy-to-use API. Moreover, existing bugs (resulting in wrong descriptor values) in XM software are corrected.
- MPEG-7 Low Level Feature Extraction Library, C++ source code: The source code uses the Mat data structure of OpenCV 2.2 and compiles with MinGW, MSVC and GCC.
- MPEG-7 Feature Extraction Library with OpenCV 2.2, source code (zip, ~310KB) (Date: 12.04.2011)
- MPEG-7 Low Level Feature Extraction - Command Line Tool: program to extract MPEG-7 low level color and texture descriptors from whole images using the MPEG-7 Low Level Feature Extraction Library. The tool uses OpenCV2.0 (DLLs are included in the archive for convenience). The archive contains the executable (MPEG7Fex.exe), OpenCV2.0 DLLs, Readme.txt (explains in detail how to use the program), sample images and sample outputs. As an example, to extract Color Structure Descriptor (CSD) of size 64 from a set of images, just type MPEG7Fex.exe CSD 64 imageList.txt CSD.txt on the command line, and the descriptors will be written to CSD.txt file, one line per image. Extraction will be faster if the image sizes are constant (e.g., video keyframes) due to memory allocation/deallocation/reallocation overhead when the image sizes change.Supported MPEG-7 Descriptors :
- (Extraction from whole images supported)
- Color Structure Descriptor (CSD)
- Scalable Color Descriptor (SCD)
- Color Layout Descriptor (CLD)
- Dominant Color Descriptor (DCD)
- Homogeneous Texture Descriptor (HTD)
- Edge Histogram Descriptor (EHD)
Download :- MPEG7Fex.exe for Win32 (zip, ~3.3MB) - Compiled with MinGW (CodeBlocks8.02 + MinGW). (Last update: 03.02.2010)
- MPEG7Fex for Linux, 32 bit (tar.gz, ~4.3MB) - Compiled with gcc 4.3 on Ubuntu 9.04. (Last update: 04.02.2010)
- MPEG-7 Low Level Feature Extraction Library (static/dynamic, C++): Extraction of low-level MPEG-7 descriptors from images/frames, regions, multiple frames whenever appropriate. It compiles on both Linux and Windows with minimal or no change. Supported descriptors: Color Structure Descriptor (CSD), Scalable Color Descriptor (SCD), Group of Frame Group of Picture Descriptor (GoF/GoP), Color Layout Descriptor (CLD), Dominant Color Descriptor (DCD), Face Recognition Descriptor (FRD), Homogeneous Texture Descriptor (HTD), Edge Histogram Descriptor (EHD), Region Shape Descriptor (RSD), Contour Shape Descriptor (CShD).
- Linux
- Linux Static Library (tar.gz, ~666KB) Ubuntu 9.10, gcc 4.3, with OpenCV 1.0. (Last update: 20.02.2010)
- Windows
- Win32 Static/Dynamic Library v2 (zip, ~2.5MB) Win XP, MSVC 2010 with OpenCV 2.2 (Last update: 04.02.2011)
- Win32 Static/Dynamic Library v2 (zip, ~1.25MB) Win XP, CodeBlocks 10.05 + MinGW 4.5 with OpenCV 2.2 (Last update: 04.02.2011)
- Win32 Static/Dynamic Library v1 (zip, ~1.23MB) Win XP, CodeBlocks 10.05 + MinGW 4.5 with OpenCV 2.1 (Last update: 13.10.2010)
- Linux
MPEG-7特征提取库
该库提供了一个易于使用的API,用于从图像中提取MPEG-7标准定义的多种低级特征描述符,包括颜色结构描述符(CSD)、可伸缩颜色描述符(SCD)等,并支持OpenCV的数据结构。
1454

被折叠的 条评论
为什么被折叠?



