/image-processing

Implementing various image processing algorithms for fun

Primary LanguageJavaScript

Image Processing Experiments

Javacript implementations of image processing algorithms for study.

Algorithms implemented:

  • Greyscale
  • Gaussian Blur
  • Edge Detection
  • Edge Thinning (non-max supression)
  • Hough Transform line detection

Development

npm install
grunt serve
grunt watch

App should be serving at http://localhost:9000