标签:
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.
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:
The library has been tested under different architectures, in particular
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
标签:
原文地址:http://www.cnblogs.com/vd01/p/5837221.html