I am having trouble figuring out extracting the real and imaginary parts from AForgenet FFT.I have the following
I am using AForge for motion detection and I know that motion regions can be set. Is it possible tomake that it triggers only when there are motions in ALL the defined regions?
This code should give me a collection of FilterInfo objects, representing the connected devices in the chosen category, which in this case is webcams.
I am trying to extract human from a video source, so that I can use his image later. I need to only extract human body, and ignore the environment. The good thing is that the background is static. I h
I have quite an specific question about image recognition. I have to write a tool which recognizes objects on x-ray print, and calculates some data based on current x-ray shot. So the task basically i
I need to do some thresholding for my image. The threshold filter function just accepts 8-16bpp grayscale. My bitmap pi开发者_运维技巧cture has the 32bppRGB pixelformat. Please suggest some code for t
I want to capture a webcam feed using my camera. For that I am using the 2 references: AForge.Video.dll and AFo开发者_如何转开发rge.Video.DirectShow.dll.
I need to know if it\'s there a way, with AForge or similar libraries, to develop an application that extract from a picture the facial shape. I mean: the application take a picture, detect the face,
I created a list of rectangles and draw them in a PictureBox. Elsewhere in the code we remove some rectangles from the list, but when I call PictureBox.Refresh() it shows the previous result: all the
I want to get the coordinates(X,Y) o开发者_开发问答f specific image in a web page.After getting that image coordinates I shall move the cursor to this position and click programmatically over this ima