|
Re: Tracking Rectangles with Java/C++
If you really want, try looking into Hough transformations. The images are encoded in Jpeg; you can just decode it and go from there. That is my plan so far, but it looks like we won't need a camera this year.
Perhaps once we get a suitable laptop to code and test with, I'll post an example up next week or when ever.
I am able to write the code in Java and port it into C++, but the C++ port will not be tested because I do not want to risk flashing the cRio too much.
__________________
Do not say what can or cannot be done, but, instead, say what must be done for the task at hand must be accomplished.
Last edited by davidthefat : 09-01-2012 at 19:05.
|