View Single Post
  #2   Spotlight this post!  
Unread 28-01-2011, 02:43
EdenA EdenA is offline
Programmer & Driver
AKA: Anthony Eden
FRC #1540 (The Flaming Chickens)
 
Join Date: Jan 2009
Rookie Year: 2007
Location: Portland, Oregon
Posts: 10
EdenA is an unknown quantity at this point
Re: Vision Tracking in Java

Those were nearly the exact set of observations we made while using Java this year, before switching to C++. Basically, the Java WPILib does not expose any nivision.h (imaq*) functions, and consequently makes it very difficult to do any effective image processing in Java. One of the options we could have taken was to generate Java wrappers for all those functions, but since I don't know Java that well and it would have been a pain to expose everything, we decided to switch to C++.

If you know C++, I would recommend switching if image processing is one of your requirements.
Reply With Quote