Image Analysis (ima)

This is a C++ application for experimentation in modern edge detection techniques. I started this with python due to its simplicity, ease and speed of implimentation. I switched from Python to C/C++ because I could not get decent speed with python. I hope to eventually have most techniques running fast enough for real-time analysis of captured video.

Documentation

Nothing yet.

Latest implementations

Date
What's working
Link
3rd Nov 2008
Bitmap support, Undo, Average smooth, Order-Statistic smooth (median, min, max), Gaussian smooth, Laplacian sharp