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. 角点检测(局部特征提取 ...
随机推荐
- protobuffer序列化
一. 描述对象的proto文件 第一行package:对象经过protobuffer编译后形成java文件,这个文件放在按照package新建的文件夹内 java_package:java类的包名 j ...
- iphone dev 入门实例2:Pass Data Between View Controllers using segue
Assigning View Controller Class In the first tutorial, we simply create a view controller that serve ...
- java: org.luaj.vm2.LuaError:XXX module not found lua脚本初始化出错
我遇到这个错误是因为在引用脚本目录时,设置错了位置.设置成脚本所在目录的上级目录. lua使用和加载初始化方法 在java中使用lua,使用需要引用 luaj-jse-2.0.2.jar 同时需要使用 ...
- PLSQL_长脚本如何判断需耗时多久v.sql / v.sqltext / v.sqlarea / v.sql_plan及nohup(案例)
2014-08-27 Created By BaoXinjian
- CF 337D Book of Evil 树形DP 好题
Paladin Manao caught the trail of the ancient Book of Evil in a swampy area. This area contains n se ...
- python(21)实现多进程
参考链接:http://www.cnblogs.com/kaituorensheng/p/4445418.html python多进程:multiprocessing python中的多线程其实并不是 ...
- poj 3040 Allowance
Allowance Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1842 Accepted: 763 Descript ...
- Java Volatile相关文章目录
参考资料: http://www.google.com/cse?sa.x=0&sa.y=0&cx=010284515138798138769%3Aajbqkpwaapm&ie= ...
- log4j+logback+slf4j+commons-logging的关系与调试
背景 由于现在开源框架日益丰富,好多开源框架使用的日志组件不尽相同.存在着在一个项目中,不同的版本,不同的框架共存.导致日志输出异常混乱.虽然也不至于对系统造成致命伤害,但是明显可以看出,架构 ...
- SQL SERVER 中的 object_id()函数
在SQLServer数据库中,如果查询数据库中是否存在指定名称的索引或者外键约束等,经常会用到object_id('name','type')方法,做笔记如下: ? 语法:object_id('obj ...