Software: MPEG-7 Feature Extraction Library
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
Software: MPEG-7 Feature Extraction Library的更多相关文章
- Feature Engineering versus Feature Extraction: Game On!
Feature Engineering versus Feature Extraction: Game On! "Feature engineering" is a fancy t ...
- ufldl学习笔记和编程作业:Feature Extraction Using Convolution,Pooling(卷积和汇集特征提取)
ufldl学习笔记与编程作业:Feature Extraction Using Convolution,Pooling(卷积和池化抽取特征) ufldl出了新教程,感觉比之前的好,从基础讲起.系统清晰 ...
- Porsche PIWIS III with V37.250.020 Piwis 3 Software Update New Feature
Porsche Piwis tester 3 PT3G VCI with V37.250.020 Piwis 3 Software unlimited license installed on Ful ...
- A Survey of Shape Feature Extraction Techniques中文翻译
Yang, Mingqiang, Kidiyo Kpalma, and Joseph Ronsin. "A survey of shape feature extraction techni ...
- scikit-learn:4.2. Feature extraction(特征提取,不是特征选择)
http://scikit-learn.org/stable/modules/feature_extraction.html 带病在网吧里. ..... 写.求支持. .. 1.首先澄清两个概念:特征 ...
- Feature extraction - sklearn文本特征提取
http://blog.csdn.net/pipisorry/article/details/41957763 文本特征提取 词袋(Bag of Words)表征 文本分析是机器学习算法的主要应用领域 ...
- 《Deep Feature Extraction and Classification of Hyperspectral Images Based on Convolutional Neural Networks》论文笔记
论文题目<Deep Feature Extraction and Classification of Hyperspectral Images Based on Convolutional Ne ...
- scikit-learn:4.2.3. Text feature extraction
http://scikit-learn.org/stable/modules/feature_extraction.html 4.2节内容太多,因此将文本特征提取单独作为一块. 1.the bag o ...
- [OpenCV] Feature Extraction
特征检测 特征描述 特征匹配 特征跟踪 “不读白不读,读了还想读” 的一本基础书 低层次特征提取 阈值方法 1. 边缘检测 一阶检测算子 二阶检测算子 相位一致性(频域) 2. 角点检测(局部特征提取 ...
随机推荐
- flash文件制作笔记
在uboot串口台输入printenv 可以分区以及其他信息,如下 hisilicon # printenv bootdelay=1baudrate=115200ethaddr=00:00:23:34 ...
- CentOS7安装Oracle 11g R2 详细过程——零基础
本人linux小白,因项目原因必须要在linux下使用oracle便开始了探索.安装过程中遇到了种种问题与原因,今天整理一下方便后面的可以少走弯路. *注明: 安装过程注意当前错作的用户,执行./ru ...
- java处理日期时间
java.util.Calendar Calendar 类是一个抽象类,它为特定瞬间与一组诸如 YEAR.MONTH.DAY_OF_MONTH.HOUR 等 日历字段之间的转换提供了一些方法,并为操作 ...
- 0808HTML
打开DREAMWEAVER,新建HTML,页面上有几句代码 <html>开始标签 <head>网页上的控制信息 <title>页面标题</title> ...
- linux命令(8)kill命令
kill命令: Linux中的kill命令用来终止指定的进程(terminate a process)的运行,是Linux下进程管理的常用命令.通常,终止一个前台进程可以使用Ctrl+C键,但是,对于 ...
- centos7加固手册
转自:http://www.centoscn.com/CentosSecurity/CentosSafe/2015/0315/4880.html
- 图片--Android加载图片导致内存溢出(Out of Memory异常)
Android在加载大背景图或者大量图片时,经常导致内存溢出(Out of Memory Error),本文根据我处理这些问题的经历及其它开发者的经验,整理解决方案如下(部分代码及文字出处无法考证) ...
- WCF bindings comparison z
Binding Protocol/Transport Message Encoding Security Default Session Transaction Duplex BasicHttpBin ...
- 多窗体之间方法调用 z
C# Code: /// <summary> /// 主窗体接口 /// </summary> public interface IMdiParent{ void Pare ...
- addSubView需要注意的几个点
addSubview: Adds a view to the end of the receiver’s list of subviews. 译:增加一个视图到接收者的子视图列表中. - (void) ...