Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wellflat/imageprocessing-labs
computer vision, image processing and machine learning on the web browser or node.
https://github.com/wellflat/imageprocessing-labs
computer-vision image-processing javascript machine-learning
Last synced: 3 months ago
JSON representation
computer vision, image processing and machine learning on the web browser or node.
- Host: GitHub
- URL: https://github.com/wellflat/imageprocessing-labs
- Owner: wellflat
- License: mit
- Created: 2011-05-22T07:39:26.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T01:19:21.000Z (10 months ago)
- Last Synced: 2024-06-22T18:46:43.924Z (5 months ago)
- Topics: computer-vision, image-processing, javascript, machine-learning
- Language: JavaScript
- Homepage:
- Size: 4.7 MB
- Stars: 496
- Watchers: 36
- Forks: 94
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Image processing and Machine learning labs [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
computer vision, image processing and machine learning on the web browser or node
### note
* Fast Fourier Transform (1D/2D-FFT)
* Stereo Matching
* Poisson Image Editing
* Line Segment Detector
* Corner Detection
* Fish-Eye Transform
* Image Processing Filters
* Image Histogram Calculation
* Image Feature Extraction
* Decision Tree Learning
* K-Means++ Clustering
* Logistic Regression
* Adaptive Regularization of Weight Vectors (AROW)
* Soft Confidence Weighted Learning (SCW)
* Gradient Boosting Decision Tree (GBDT)
* Neural Network (Denoising Autoencoders)
* t-Distributed Stochastic Neighbor Embedding (t-SNE)
* 3D Shape Drawing (Mobius Strip, Klein Bottle, Heart Surface ...)
* WebGL Samples
* ONNX Runtime for Web (ORT Web)
* etc..### demo
[Demo Site](https://rest-term.com/labs/html5/index.html)### license
Copyright © 2017 wellflat Licensed under the [MIT License][MIT]
[MIT]: http://www.opensource.org/licenses/mit-license.php