G.A.V. (Graph Algorithm Visualizer) is a tool that visualizes algorithms from graph theory. A step-by-step visualization from each different algorithm allows the user to understand the particular algorithm very easily.
vuVolume is a framework for volume rendering algorithms in C++. When creating a new rendering method in vuVolume it is possible to just concentrate on the actual algorithm and let the framework take care of the more administrative tasks.
Ambient Occlusion research project on graphics hardware Uses Cg/OpenGL. Presents a new image space algorithm that allows for local ambient occlusion effects; and a sphere based approximation with ambient occlusion using a sprite based approach.
PyPotrace is a Python programming language binding for Peter Selinger's Potrace raster to vector conversion algorithm. No separate Potrace library or application required!
This work was a project done in course of the Summer School on Image Processing 2006 (SSIP) in Szeged,Hu. Performs a snake algorithm on 512x512. Image processing tasks are done with OpenCV and the GUI is implemented with Qt4.1.
The Digital Image Processing Library (dimple) is a C++ class/algorithm library for image processing. Dimple consists of a wide range of image processing routines which can be viewed as low- to mid- level vision tasks.
Plugin for ImageJ (Image Processing application). Maint target is develop 3D FloodFill tool for 3D stack images based on algorithm described in A rapid 3D seed-filling algorithm based on scan slice by Wei Wei You et al. Secondary targets is learn myself of Java, subversion and other.