Orange-OpenSource / glimp

Glimp is a Javascript Library for image processing using WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glimp: A WebGL Image Processing Library

##Copyright Orange 2013, All Rigths Reserved

Glimp is a Javascript Library for image processing using WebGL.

The library implements basic image processing filters:

  • gaussian kernels,
  • morphology (erode,dilate),
  • background subtraction,
  • skin detection.

Build Instructions

Prerequisites:

  1. Clone the glimp repository git clone scheme://path/to/glimp
  2. Enter the glimp directory cd glimp
  3. Install glimp dependencies npm install
  4. Generate the library grunt

Demos

Try it out live Here

Credits

Glimp has been inspired by the following Open Source projects:

About

Glimp is a Javascript Library for image processing using WebGL

License:MIT License


Languages

Language:JavaScript 100.0%