vlfeat/vlfeat
An open library of computer vision algorithms observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6329
- days_rel: n/a
- days_push: 1469
- n_releases_24m: 0
Adoption not part of the score
1648 stars · 619 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
VLFeat is an open-source C library of popular computer vision algorithms specializing in image understanding and local feature extraction and matching, including SIFT, MSER, HOG, Fisher Vector, VLAD, k-means, and SVM training. It ships with a MATLAB/Octave toolbox and command-line utilities, and supports Windows, Mac OS X, and Linux.
Use cases
- extract SIFT features from images
- detect MSER regions in an image
- compute HOG descriptors for object detection
- train large-scale SVM classifiers
- cluster visual features with k-means
- encode image features with Fisher vectors or VLAD
- segment images into superpixels with SLIC or quick shift
- match local features for image stitching
When to choose
- you need classic computer vision feature extraction (SIFT, MSER, HOG) in C or MATLAB
- you want efficient, portable, BSD-licensed vision algorithms without heavy dependencies
- you are doing research or teaching with MATLAB and need vision algorithms
- you need Fisher Vector/VLAD encodings for image classification pipelines
When to avoid
- you need deep learning or GPU-accelerated models rather than classical vision algorithms
- you need actively developed software with frequent updates and modern language bindings
- you require Python-first tooling with a modern API
- you need real-time or mobile-optimized vision inference
Facets
library · maturity maintenance
computer-vision image-processing machine-learning math computer-vision image-processing machine-learning windows cpp python sift mser feature-extraction matlab-toolbox fisher-vector vlad kmeans svm superpixels c-library algorithms linux macos
10 sources
- readme: https://github.com/vlfeat/vlfeat · fetched 2026-08-28 · 5093c6b722ee
- homepage: http://vlfeat.org/ · fetched 2026-08-29 · 801a8fdf764d
- site_page: https://www.vlfeat.org/about.html · fetched 2026-08-29 · bdfb206be2b9
- site_page: https://www.vlfeat.org/install-matlab.html · fetched 2026-08-29 · a209748b7c02
- site_page: https://www.vlfeat.org/install-octave.html · fetched 2026-08-29 · f33fb5fddabc
- site_page: https://www.vlfeat.org/install-shell.html · fetched 2026-08-29 · 6122455aa14e
- site_page: https://www.vlfeat.org/install-c.html · fetched 2026-08-29 · 254fef3760c3
- site_page: https://www.vlfeat.org/overview/hog.html · fetched 2026-08-29 · b9388b7e58c8
- site_page: https://www.vlfeat.org/doc.html · fetched 2026-08-29 · 0d45c2c3fcea
- site_page: https://www.vlfeat.org/download.html · fetched 2026-08-29 · 35002d454ae6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vlfeat/vlfeat | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem