inspirit/jsfeat
JavaScript Computer Vision library. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5046
- days_rel: n/a
- days_push: 1600
- n_releases_24m: 0
Adoption not part of the score
2772 stars · 374 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
JSFEAT is a JavaScript computer vision library implementing classic CV algorithms in pure JS for browser use. It includes image processing filters, feature detection/description, optical flow, object detection, and linear algebra utilities.
Use cases
- detect faces in the browser with haar cascades
- track points in a webcam video with lucas-kanade optical flow
- detect corners and compute orb descriptors in javascript
- apply canny edge detection or sobel filters to canvas images
- estimate homography between images with ransac
- do matrix math and svd in the browser
When to choose
- you need lightweight, dependency-free computer vision running client-side in JavaScript
- you want classic CV algorithms (FAST, ORB, LK optical flow, HAAR) without native builds or WebAssembly
- you are prototyping HTML5 canvas or webcam vision demos
When to avoid
- you need GPU-accelerated or deep-learning-based vision (use OpenCV.js, TensorFlow.js, or ONNX runtime)
- you need actively maintained code with recent fixes and modern tooling
- you need high-performance processing of large video streams
Facets
library · maturity maintenance
computer-vision image-processing machine-learning computer-vision image-processing web-development browser optical-flow feature-detection haar-cascade orb linear-algebra html5-canvas nodejs javascript
1 source
- readme: https://github.com/inspirit/jsfeat · fetched 2026-08-28 · 6a38c758b73e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| inspirit/jsfeat | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem