博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Software: MPEG-7 Feature Extraction Library
阅读量:7055 次
发布时间:2019-06-28

本文共 2679 字,大约阅读时间需要 8 分钟。

Software

MPEG-7 Feature Extraction Library : This library is adapted from to make it work with Open Source Computer Vision library () 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.
    • (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 :
    • - Compiled with MinGW (). (Last update: 03.02.2010)
    • - 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
      • Ubuntu 9.10, gcc 4.3, with OpenCV 1.0. (Last update: 20.02.2010)
    • Windows
      • Win XP, MSVC 2010 with OpenCV 2.2 (Last update: 04.02.2011)
      • Win XP, CodeBlocks 10.05 + MinGW 4.5 with OpenCV 2.2 (Last update: 04.02.2011)
      • Win XP, CodeBlocks 10.05 + MinGW 4.5 with OpenCV 2.1 (Last update: 13.10.2010)

转载于:https://www.cnblogs.com/retrieval/p/3290729.html

你可能感兴趣的文章
Redhat安装Oracle 11G 数据库
查看>>
Python: 字符编码基础及中文乱码
查看>>
马哥笔记第十七天openssl、CA、scp、sftp、ssh
查看>>
集体智慧常用算法
查看>>
认真对待数据库中char和varchar
查看>>
某油田调剖调驱智慧管理项目
查看>>
sp_executesql接收返回多个参数实例
查看>>
linux基础学习【4】
查看>>
忘记Linux root 密码
查看>>
fork系统调用方式成为负担,需要淘汰
查看>>
Mac PHPStorm 使用心得
查看>>
我的友情链接
查看>>
运维技巧系列之shell随机生成密码脚本
查看>>
第五周作业
查看>>
S5PC100上 LED与S3C2410上 LED 驱动对比
查看>>
Java并发编程:synchronized
查看>>
如何使用iPad的SBSettings软件的操作方法技巧
查看>>
linux服务器i节点要满啦,解决方案
查看>>
redhat支持NTFS
查看>>
数字签名是什么
查看>>