Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 936 Bytes

Common image routines for javascript

Written in Ecmascript 6 and uses the traceur compiler. However these can be compiled into static javascript.

Api:

Bilateral Filter:

Bilateral filter

check out html/bilateralTest.html for the code example

Gaussian Blur:

Bilateral filter

check out html/gaussianBlurTest.html for the code example

Sobel Filter:

An Edge Detector. check out html/sobelTest.html for the code example

Hough Filter:

A line detector. check out html/houghTest.html for the code example