zoukankan      html  css  js  c++  java
  • yael图像检索库

    Yael

    Yael is a library implementing computationally intensive functions used in large scale image retrieval, such as neighbor search, clustering and inverted files. The library offers interfaces for C, Python and Matlab.

    Introduction

    This website is a tutorial for first steps with Yael. Most of the remarks and details here will be just but useless for skilled programmers, as the structure of the library should be clear enough. The documentation related to Python should however interest any programmer wanting to use this interface.

    Yael is a library for performing efficient basic operations, in particular kmeans and exhaustive nearest neighbor search function. It offers three interfaces:

    • C,
    • Python,
    • Matlab (Octave extension is included, but not fully checked at each release).

    The library has been tested under different architectures, in particular

    • Linux 32 bits: Fedora Core 11
    • Linux 64 bits: Fedora Core 10, Fedora Core 11, Ubuntu Karmic, Debian 4.1.2-25
    • Mac OS X.

    The library has not been packaged nor tested for Microsoft Windows. Some people have however adapted some previous version of the library on this operating system.

    The C API is object-oriented in spirit whenever applicable, with constructors and destructors for each structure. All functions are re-entrant, but unless otherwise specified, they are not multi-threaded. Threading is assumed to occur at a higher level. In particular, the python interface offers a very simple way to parallelize function calls.

    主页: yael.gforge.inria.fr/index.html

    Yael库在Ubuntu的部署: blog.sciencenet.cn/home.php?mod=space&uid=427115&do=blog&id=949827

  • 相关阅读:
    NIO与普通IO文件读写性能对比
    JAVA学习.java.sql.date 与java.util.date以及gettime()方法的分析
    软件工程之软件设计
    ubuntu下管理android手机
    AFNetworking2.0 NSHipster翻译
    【Jsoup爬取网页内容】
    IOS 表视图UITableView 束NSBundle
    如何将位图格式图片文件(.bmp)生成geotiff格式图片?
    opencv3 使用glob遍历并修改文件名
    Ubuntu clion下载及激活
  • 原文地址:https://www.cnblogs.com/vd01/p/5837221.html
Copyright © 2011-2022 走看看