Quote:
Originally Posted by jabarabara
I tried OpenCV at first, but I could never get the code to load the library  .
|
I highly recommend using OpenCV over NIVision.
Also, to load the library:
Code:
static {
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
}