|
Re: Vision Tracking in Java
After looking into it more, I would have to agree with parts of your first post. I imagine labview has direct support for all of the imaging functions, and C++ seems to have pretty good support for all of the functions. Some of those functions have wrappers to make their use easier.
After looking at the Java libraries, it would appear that the entire NIvision library is available, but like I said, it takes a little more effort, as there aren't wrappers for all of the functions. I would direct you to NativeLibrary.getDefaultInstance().getFunction(); for more info on using the other functions in the library.
__________________
|