/imageRoutines

common javascript image routines

Primary LanguageJavaScript

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