Top "Aforge" questions

AForge.

Error: An unhandled exception of type 'System.BadImageFormatException' occurred in System.Windows.Forms.dll

I am trying to capture the frames from a video stream and I am trying to use AForge library for …

c# aforge
Converting a Grayscale image to black&white using Aforge.Net

I am quite new to Aforge.Net and I am looking for a way to convert a greyscale image to …

c# image-processing grayscale aforge
Get Image from Video

I am trying to write an application which can access cameras connected to PC, record a video and get an …

c# .net video-processing aforge
Could not load or assembly or one of its dependencies

I am using Aforge.net frame work for doing image processing work. I have add 'AForge.Video.FFMPEG.dll' as …

c# ffmpeg filenotfoundexception aforge
AForge.Video.FFMPEG used in C#

I use Visual C# 2008 and want to write AVI file from bmp sequences. I found AForge.Video.VWF but it's …

c# ffmpeg aforge
cropping an area from BitmapData with C#

I have a bitmap sourceImage.bmp locking it's bits: BitmapData dataOriginal = sourceImage.LockBits(new Rectangle(0, 0, sourceImage.Width, sourceImage.Height), ImageLockMode.…

c# image bitmap aforge
Accessing USB camera controls with AForge

I have a project where i need to work with a USB camera to process images aquired at a very …

c# directshow.net aforge
How to find the best parameters for a Genetic Algorithm?

Some Genetic Algorithm frameworks, such as http://www.aforgenet.com/ requires many parameters, such as mutation rate, population size, etc …

genetic-algorithm aforge
Get Webcam stream using Aforge.NET in C# and WPF

I want to capture a webcam feed using my camera. For that I am using the 2 references: AForge.Video.dll …

.net multithreading silverlight asynchronous aforge
Matlab vs Aforge vs OpenCV

I am about to start a project in visual image-processing and have no had experience with Matlab, Aforge, OpenCV and …

matlab image-processing opencv aforge