AForge.NET Framework is a handy C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc.
The framework is comprised by the set of libraries and sample applications, which demonstrate their features:
AForge.Imaging - library with image processing routines and filters;
AForge.Vision - computer vision library;
AForge.Neuro - neural networks computation library;
AForge.Genetic - evolution programming library;
AForge.Fuzzy - fuzzy computations library;
AForge.MachineLearning - machine learning library;
AForge.Robotics - library providing support of some robotics kits;
AForge.Video - set of libraries for video processing
etc.
Give AForge.NET Framework a try to fully assess its capabilities!
What's New in This Release: [ read full changelog ]
Fixed registered issues/requests:
· Issue 53: Video Capture
· Issue 76: Can't open video camera tv card
· Issue 271: Complex.Phase is slightly incorrect (or at least non-standard)
· Issue 272: Patch for /trunk/Sources/Neuro/Neurons/ActivationNeuron.cs
· Issue 273: static Random doesn't work in multi threading without locking
· Issue 275: Resilient Backpropagation Learning
· Issue 277: Test if videoCapabilities is null
· Issue 279: Blob and BlobCounter cannot be extended as their constructors are internal. It would be good if we can extend these class
· Issue 280: DisplayCrossbarPropertPage method for CaptureVideoDevices
· Issue 281: GetPixel in UnmanagedImage class
· Issue 282: Image is not capturing from Capture Card
· Issue 283: Bilateral filter
· AForge.Math"
· Fixed Complex.Phase property, so it provides proper value for cases when real part is less than zero
AForge.Imaging:
· Blob'c constructor is made public, so could be reused by using inheritance
· Blob.CenterOfGravity property is changed to have AForge.P...