
VLFeat ist eine Open-Source-Bibliothek, die beliebte Algorithmen der Computer Vision implementiert und sich auf Bildverständnis sowie die Extraktion und das Matching lokaler Merkmale spezialisiert. Sie umfasst Fisher Vector, VLAD, SIFT, MSER, k-means, hierarchisches k-means, agglomerative Informationsengpässe, SLIC-Superpixel, Quick-Shift-Superpixel, groß angelegtes SVM-Training und viele andere. Sie ist in C geschrieben für Effizienz und Kompatibilität, mit Schnittstellen in MATLAB für Benutzerfreundlichkeit und ausführlicher Dokumentation. Sie unterstützt Windows, Mac OS X und Linux.

MatConvNet ist ein MATLAB-Toolbox, das Convolutional Neural Networks (CNNs) für Anwendungen der Computer Vision implementiert.
VLFeat (Vision Lab Features Library) is an open-source library aimed at facilitating the implementation of common computer vision algorithms, including interest point detectors, feature extractors, and clustering algorithms. It is designed to be lightweight, efficient, and easy to use, providing tools that are deeply rooted in the academic and industrial research communities. The library supports a variety of programming environments, including C, MATLAB, and Python interfaces, making it accessible to a broad range of users from different backgrounds. VLFeat is especially popular for tasks such as image matching, object recognition, and texture analysis.