inspirit/jsfeat
A JavaScript library providing traditional computer vision algorithms for browser-based image and video processing.

This library offers a comprehensive set of computer vision tools implemented in pure JavaScript. It includes basic image processing operations like grayscale conversion, blur filters, and edge detection, as well as linear algebra utilities for matrix operations and decomposition. The library implements feature detection algorithms (FAST, YAPE, ORB), Lucas-Kanade optical flow tracking, and multiview motion estimation with RANSAC, all designed to run in web browsers and Node.js environments.
Frequently asked
- What is inspirit/jsfeat?
- A JavaScript library providing traditional computer vision algorithms for browser-based image and video processing.
- Is jsfeat open source?
- Yes — inspirit/jsfeat is open source, released under the MIT license.
- What language is jsfeat written in?
- inspirit/jsfeat is primarily written in JavaScript.
- How popular is jsfeat?
- inspirit/jsfeat has 2.8k stars on GitHub.
- Where can I find jsfeat?
- inspirit/jsfeat is on GitHub at https://github.com/inspirit/jsfeat.