I'm probably the last to know, but I had a real need for some solid imaging and graphic library source code. I was incredibly impressed with the AForge library by Andrew Kirillov.
Get the source and library here: AForge on code.google.com
AForge.NET is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, etc.
At this point the framework is comprised of 5 main and some additional libraries:
- AForge.Imaging – a library for image processing routines and filers;
- AForge.Neuro – neural networks computation library;
- AForge.Genetic – evolution programming library;
- AForge.Vision – computer vision library;
- AForge.Machine Learning – machine learning library.
Releases are frequent; The code clearly written; Good samples - all round a great project. Nice work to all those involved.
Troy.