aforge Questions

4

Solved

I wanted to use something from Accord library as well as the AForge library. But when I installed it, I started getting the following error: Error CS0433 The type 'IntPoint' exists in both 'AForg...
Missis asked 23/4, 2016 at 1:26

5

Solved

I am currently working with AForge, and have an on new frame event that posts the frame, as a bitmap, into a picturebox. 90% of the time it works great... UNLESS I fiddle with something on the winf...
Gabardine asked 17/4, 2013 at 13:13

2

Solved

I am trying to write a function that will take an image and return me a list of images with only tables using EMGU.CV or Magick.Net or AForge.Net for example for the below image the function should...
Bittersweet asked 4/1, 2019 at 14:55

10

Solved

I have a bit strange problem, which I find hard to debug Sometimes I can't close my program and it freezes when I try to close it. I made a large program for video image recognition. I made a spec...
Acrobatics asked 8/12, 2012 at 17:50

4

Solved

I am just learning about computer vision and C#. It seems like two prominent image processing libraries are OpenCV and AForge. What are some of the differences of the two? I am making a basic imag...
Edelman asked 14/4, 2009 at 20:28

3

Solved

I'm working with aForge and I'm attempting to set the resolution for a video feed from an USB webcam so it fits properly in a pictureBox. I'm aiming for a resolution of 800x600, but the default res...
Randalrandall asked 17/10, 2013 at 17:56

4

Solved

I'm developing an application in C#, and I developed a library that does some stuff with Aforge cameras. One of the points is to simply capture images of what is in front of the Web Cam and show it...
Anomaly asked 9/4, 2013 at 10:53

2

Solved

everyone. I have been stuck here dealing with this bugs for days, but I still couldn't figure it out. My guess: I think my code has some problem as I did not dispose the object properly after usin...
Shuttle asked 16/7, 2014 at 0:55

7

Solved

Like many people already seem to have (there are several threads on this subject here) I am looking for ways to create video from a sequence of images. I want to implement my functionality in C#! ...
Wiskind asked 16/3, 2012 at 20:23

2

Solved

I have been trying to setup a MJPEG stream in ASP.NET. I want to retrieve a MJEPG stream from a URL, and send every frame that I get to every connected client. Examples that I have been able to fin...
Miquelon asked 13/11, 2017 at 8:18

3

Solved

I use Visual C# 2008 and want to write AVI file from bmp sequences. I found AForge.Video.VWF but it's just for "vmw3" or "DIB " codecs and I want to use AForge.Video.FFMPEG but it got error. For ...
Lizabethlizard asked 30/1, 2013 at 6:57

1

I am trying to detect and crop a photo out of a blank page, at unknown random locations using AForge, following the article Here I have downloaded a passport photo from google images and stuck in ...
Tedda asked 28/4, 2016 at 20:29

5

I'm developing a routine for automatic enhancement of scanned 35 mm slides. I'm looking for a good algorithm for increasing contrast and removing color cast. The algorithm will have to be completel...
Doorman asked 7/1, 2013 at 21:1

1

Solved

I have tilt image capture by mobile. I want to cut section/portion of image in between two rectangles of both sides to find out circles in between them. I have all 4 co-ordinates of middle section ...
Amice asked 7/10, 2018 at 18:23

4

Good day. I want to use AForge.Video.FFMPEG in my project. So, i try to find it on the NuGet. But i'm not found it here. So, here it exists: https://code.google.com/archive/p/aforge/downloads But...
Vibratile asked 26/12, 2016 at 11:21

1

I am using Accord.Video.FFMPEG for recording the screen. I am facing the issue like both CPU and memory utilization is going too high. usually, our process uses max 2% of CPU and 30 MB of memory bu...
Parochialism asked 10/5, 2018 at 13:42

1

Solved

I'm looking for a way to identify if an image is blur in C#. I saw this post but I did not see the way to apply to my case. I found the AForge.dll to apply the FFT to my Image. I'm looking f...
Myer asked 12/2, 2018 at 16:47

2

Solved

I am trying to develop a WindowsForm Application which will use webcamera to detect QRCode and decode the message. For this I am using AForge.NET and ZXing.NET. So far, I have been able to figure ...
Bacteriolysis asked 17/9, 2015 at 15:16

8

I am using Aforge.net frame work for doing image processing work. I have add 'AForge.Video.FFMPEG.dll' as a referance to my project. I am using VS2012 and 32 bit build target. When Buiding i get ...
Bagasse asked 27/8, 2014 at 15:22

4

I'm writing an WPF application where I need to show a Webcam feed. I was able to do this easly with the AForge framework.But when I've changed from a computer to a another computer the same code do...
Aminoplast asked 5/1, 2010 at 12:47

1

In my previous question, I transformed this image: into this: which Tesseract OCR interprets as this: 1O351 Putting a frame around the image actually improves the OCR result. 1CB51 ...
Chadwickchae asked 24/1, 2017 at 21:40

2

Solved

I am trying to capture the frames from a video stream and I am trying to use AForge library for that purpose. But when i try to call any of the API's of the library from my project it gives me the ...
Rouble asked 12/5, 2015 at 6:20

1

I'm trying to use AForge.NET to detect a thick white line across an Image. It's like pipe that I get and is my desired result after applying a Threshold filter. I know how to detect shapes and I'...
Hay asked 20/3, 2012 at 20:13

0

We try to use ffmpeg.exe to make a video from image sequence in C#. However, we can't produce a video which has a predict length for time. For example, we want to produce a video whose length of ti...
Wandering asked 28/4, 2016 at 16:59

0

I try to create a video of a text in which the text is narrated by text-to-speech. To create the video file, I use the VideoFileWriter of Aforge.Net as the following: VideoWriter = new VideoFileW...
Breslau asked 26/11, 2015 at 7:1

© 2022 - 2024 — McMap. All rights reserved.