Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 432 Bytes

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