March 6th, 2013, 11:43 AM
Thanks for your reply!
You are right about time measurement, it's also easier to implement it they way you suggested.
Graphics are pretty simple, the output is something that looks like this:...
March 6th, 2013, 02:46 AM
Hi everyone!
I'm developing a small program that is supposed to simulate a plane flying and to show the position relative to a ground station on a gauge.
I wrote the code to draw the gauge with...
February 5th, 2012, 07:05 AM
I'd like to add multithreading to an application I'm developing, so I'm reading may tutorials and articles online about that.
I wrote have a function that:
1. reads the data from an array;
2....
February 3rd, 2012, 10:02 AM
Another update after some tests I did.
The Hough transform library in AForge works great for normal pictures. It works also for my project, but not as well: the problem here is that I don't want...
February 1st, 2012, 08:01 AM
I found some articles on an Italian University's website that explains the Hough transform.
This looks like the way to go, as it purpose is to find lines and other shapes (like circles) in an image....
January 31st, 2012, 02:52 PM
I tried to use PCA in my project and I wrote a function that determines the eigenvector and eigenvalues for the blob being analyzed.
I use the eigenvector to determine the inclination angle of the...
January 31st, 2012, 08:22 AM
Just an update.
I spent some time reading all the documents and other stuff I found online, and in the meantime I've been working on my project.
I tried to solve the problem with a different...
January 29th, 2012, 06:47 AM
Initially I would just use the index to give a digital indication of the focus quality, maybe I could also plot a graph.
But potentially it can be also use to create some sort of "autofocus"...
January 28th, 2012, 11:34 AM
Thanks for the answers!
I'm realizing how hard computer vision can be! :D
I'll check out OpenCV and read the papers in the next few days. I also found a C++ demo of PCA and Harr method for face...
January 27th, 2012, 04:50 AM
Hi everyone!
I'm pretty new to C#, as I used to program in VB and VB.NET in the past (migration to C# is pretty easy I have to say).
I'm also into astrophotography and I'm developing a program to...