Top "Aforge" questions

AForge.

Detecting Text in an image

I am using AForge.NET library for image processing. Using this library I am able detect basic shapes within an …

c# aforge
How to convert pixel formats? From 32bppRGB to 16bpp grayscale in C#

I need to do some thresholding for my image. The threshold filter function just accepts 8-16bpp grayscale. My bitmap …

c# image image-processing pixel aforge
White blob detection

I'm trying to use AForge.NET to detect a thick white line across an Image. It's like pipe that I …

c# .net image pattern-recognition aforge
How to create video file from Images sequence file?

I have 400 sequence images. I want to create from them video file ( clip .. mpeg ) I download the 'AForge.NET' and …

c# aforge
Picturebox getting big red X but I can't detect or fix it

I am currently working with AForge, and have an on new frame event that posts the frame, as a bitmap, …

c# winforms thread-safety picturebox aforge
Convert Kinect ColorImageFrame to Bitmap

I´m using Kinect (Microsoft SDK) with XNA. I want to use GRATF for marker-recognition How to convert the data …

c# .net xna kinect aforge
Screen capture video using AForge.Video.FFMPEG / AForge.Video.VFW. Frame Rate issue

My WinForms .NET 4 C# application records the desktop while the user interacts with it. It uses the AForge FFMPEG or …

c# .net screen-capture frame-rate aforge
Unsupported Pixel Format of source or template image. AForge Imaging

I am getting the following Exception at ProcessImage(bitmap1, bitmap2); Unsupported Pixel Format of source or template image and this …

c# exception aforge imaging
Finding an Image Inside Another Image

I'm trying to build an application that solves a puzzle (trying to develop a graph algorithm), and I don't want …

c# image search aforge
how to record and save video from ip camera using AForge?

i try to do a recording function where the source is from IP Camera in C# using AForge but i …

c# asp.net aforge