¡@

Home 

c# Programming Glossary: aforge

Shape recognition algorithm(s) [closed]

http://stackoverflow.com/questions/126192/shape-recognition-algorithms

this question i would suggest you take a look at the AForge open source library for such things http code.google.com p aforge..

machine learning libraries in C# [closed]

http://stackoverflow.com/questions/1624060/machine-learning-libraries-in-c-sharp

this question There's a neural network library called AForge.net on the codeproject. Code hosted at Google code Also checkout.. codeproject. Code hosted at Google code Also checkout the AForge homepage According to the homepage the new version now supports..

Is there a good way to convert between BitmapSource and Bitmap?

http://stackoverflow.com/questions/2284353/is-there-a-good-way-to-convert-between-bitmapsource-and-bitmap

it's fairly usable. The reason I need it is because I use AForge to do certain image operations in an WPF app. WPF wants to show.. an WPF app. WPF wants to show BitmapSource ImageSource but AForge works on Bitmaps. c# .net wpf bitmap bitmapsource share improve..

C# crop circle in a image or bitmap

http://stackoverflow.com/questions/5734710/c-sharp-crop-circle-in-a-image-or-bitmap

x and y pos and the size of the circle. Other option is AForge ImageStatistics. I need to get a circle part of the image and..

how to get IP camera stream into C#?

http://stackoverflow.com/questions/7595191/how-to-get-ip-camera-stream-into-c

to get IP camera stream into C# I've used AForge library to make this little program that shows live feed from.. this question Solved it with MJPEGStream from the same AForge.net MJPEGStream stream new MJPEGStream http 192.168.2.5 8080..

cropping an area from BitmapData with C#

http://stackoverflow.com/questions/9688454/cropping-an-area-from-bitmapdata-with-c-sharp

Do analysis get a clone Bitmap originalClone AForge.Imaging.Image.Clone dataOriginal unlocking bits sourceImage.UnlockBits.. using System.Text using System.Windows.Forms using AForge using AForge.Imaging using System.Diagnostics using System.Drawing.Imaging.. System.Text using System.Windows.Forms using AForge using AForge.Imaging using System.Diagnostics using System.Drawing.Imaging..