View Single Post
  #8   Spotlight this post!  
Unread 27-09-2013, 12:08
ykarkason ykarkason is offline
21st Century Schizoid Man
FRC #3316 (D-Bug)
Team Role: CAD
 
Join Date: Dec 2012
Rookie Year: 2013
Location: Israel
Posts: 63
ykarkason will become famous soon enoughykarkason will become famous soon enough
Re: Vision on the cRIO with OpenCV

The problem with using the vision library for LabView is that our team is using java!
I understood that there are some C++ functions from that library wrapped for java use, but not all of them, and I wonder if it'd be possible for me to use the NI Vision Assistant and rewrite the code I get from there in java.

I really don't think "real-time image processing and use of that data" can be done, and I want to try the "single-frame processing and actions based on it" thing to see if it can go well enough.

So to sum up, I'll give up on OpenCV for now(as it seems) and check out the NI Vision Library for java.