# glimp **Repository Path**: mirrors_Orange-OpenSource/glimp ## Basic Information - **Project Name**: glimp - **Description**: Glimp is a Javascript Library for image processing using WebGL - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: - [npm](https://npmjs.org/) - [Grunt](http://gruntjs.com/) 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](http://orange-opensource.github.io/glimp) ## Credits Glimp has been inspired by the following Open Source projects: - [jsfeat](http://inspirit.github.io/jsfeat/) - [glfx.js](http://evanw.github.io/glfx.js/) - [OpenCV](http://opencv.org/)