Skip to content

piratefsh/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementing various image processing algorithms for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published