Description
This is an application that can load various image treatment plug-ins.
The plug-ins' job is made in 2 steps : image computing then image display.
Features
- Recording videos, using OpenCV or ffmpeg
- Compatible with OpenCL
Workflow
The main application loads the plug-ins, selects the current plug-in, displays their computation results.The plug-ins' job is made in 2 steps : image computing then image display.
- The display step uses OpenGL and allows the use of GLSL shader language.
- The compute step is multi-threaded in order to fasten the computations. Some plug-ins only use computing step (Perlin Noise, Life Game, ...), others use only the display step (Shader Effects, Text Effects).