On 5 Sep., 18:17, Nicholas Cantrell <
nickcantr...@gmail.com> wrote:
> Are you using the IOIO board from sparkfun?
We're using an AtMega2560 to control our robot. So the smartphone
should only detect the goal and send the information via bluetooth to
the microcontroller. But the IOIO sounds very interesting, we could
put the two things together in one. The thing is we already worked
about 2 years with the AtMega and have now experience with Java.
Detection of circles is unfortunately not useful because the goals are
rectangles. You could get a better impression if you watch one of our
videos:
http://www.youtube.com/watch?v=2LRtQ9JJ4vg
I wanted to use the SimpleBlobDetection function. But how can I
implement it in my program?
When I try to write something like
FeatureDetector.DYNAMIC_SIMPLEBLOB I get errors back.
I think this comes from my bad Java knowledge....
Thanks for your help!