Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Video and Image Processing and Computer Vision Library similar to OpenCV in pure JavaScript (Browser and Nodejs)
| Date | Stars |
|---|---|
| 2026-07-24 | 399 |
| 2026-07-25 | 399 |
| 2026-07-28 | 399 |
| 2026-07-30 | 399 |
| 2026-07-31 | 399 |
| 2026-08-06 | 399 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# FILTER.js **A pure JavaScript Library for Image/Video Processing, Filtering and Computer Vision** This is a library for processing images/video in pure JavaScript using HTML5 features like `Canvas`, **Web Workers, WebAssembly and WebGL** or alternatives in Node.js (eg `CanvasLite`, `node-canvas`, `node-gl`, node `processes`). **version 1.14.0 in progress** (308 kB minified) ### Contents * [Live Examples](#live-examples) * [Browser Support](#browser-support) * [Credits](#credits) * [References](/references.md) * [Features](#features) * [API Reference](/api-reference.md) * [ChangeLog](/changelog.md) * [Todo](#todo) [](https://foo123.github.io/examples/filter/) [](https://foo123.github.io/examples/filter-video/) [](https://foo123.github.io/examples/filter-sound/) ### Live Examples * [Image Processing with `Filter.js` (synchronous/parallel/webgl/wasm)](https://foo123.github.io/examples/filter/) * [Video Processing with `Filter.js` (synchronous/webgl/wasm)](https://foo123.github.io/examples/filter-video/) * [Sound Visualization with `Filter.js` (Trioptic)](https://foo123.github.io/examples/filter-sound/) * [Cartoonify Yourself with `Filter.js`](https://foo123.github.io/examples/cartoonify-yourself/?webgl=1) * [`Filter.js` with `Three.js`](https://foo123.github.io/examples/filter-three/) * [`Filter.js` in `Node.js`](/examples/node) ### Browser Support      ### Credits Some filters code has been adapted from open source libraries and/or public domain code, see comments in source code for details. * [**Image Processing Library in Java**](http://www.jhlabs.com/ip/filters/) * [**AS3 Image Processing Library**](http://je2050.de/imageprocessing/) * [**OpenCV**](https://github.com/opencv) * [**HAAR.js**](https://github.com/foo123/HAAR.js) ### Features The framework defines an [`Image`](/api-reference.md#image-class) class, which represents a proxy for an Image, a number of utilities like `Color` class and 14 generic `Filter` types plus various Plugins and Extra filters (with support for **(low-level) CPU and GPU parallel processing** transparently both for `browser` and `nodejs`) 0. [**AbstractFilter**](/api-reference.md#generic-abstract-filter) 1. [**ColorTableFilter**](/api-reference.md#color-table-filter) 2. [**ColorMatrixFilter**](/api-reference.md#color-matrix-filter) (analogous to the ActionScript filter) 3. [**ColorMapFilter**](/api-reference.md#color-map-filter) 4. [**AffineMatrixFilter**](/api-reference.md#affine-matrix-filter) 5. [**GeometricMapFilter**](/api-reference.md#geometric-map-filter) 6. [**DisplacementMapFilter**](/api-reference.md#displacement-map-filter) (analogous to ActionScript filter) 7. [**ConvolutionMatrixFilter**](/api-reference.md#convolution-matrix-filter) (analogous to the ActionScript filter) 8. [**MorphologicalFilter**](/api-reference.md#morphological-filter) 9. [**StatisticalFilter**](/api-reference.md#statistical-filter) 10. [**BlendFilter**](/api-reference.md#blend-filter) 11. [**DimensionFilter**](/api-reference.md#dimension-filter) 12. [**CompositeFilter**](/api-reference.md#composite-filter) (an abstraction of a container for multiple filters) 13. [**InlineFilter**](/api-reference.md#inline-filter) (create inline filters dynamically at run-time using your custom functions) 14. [**FrequencyFilter**](/api-reference.md#frequency-filter) (frequency domain filters) 15. [**Extra Filters**](/api-reference.md#plugins-and-extra-filters) (extra filters which cover a wider range of functionality and use cases) Each of the generic filters is prototype but it also includes a number of implementation filters like `grayscale` , `colorize` , `threshold` , `gaussBlur` , `laplace` ,
Excerpt of 8,341 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:53d1c61d64d468e2, topic:computer-vision, desc:computer vision, readme:computer vision