Javacript implementations of image processing algorithms for study.
Algorithms implemented:
- Greyscale
- Gaussian Blur
- Edge Detection
- Edge Thinning (non-max supression)
- Hough Transform line detection
npm install
grunt serve
grunt watch
App should be serving at http://localhost:9000