benbro / imageRoutines

common javascript image routines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

common javascript image routines


Languages

Language:JavaScript 87.9%Language:HTML 12.1%