View Single Post
  #3   Spotlight this post!  
Unread 26-02-2016, 14:10
Ozuru's Avatar
Ozuru Ozuru is offline
It's always the programmer's fault.
no team
 
Join Date: May 2013
Rookie Year: 2010
Location: Earth
Posts: 268
Ozuru is a splendid one to beholdOzuru is a splendid one to beholdOzuru is a splendid one to beholdOzuru is a splendid one to beholdOzuru is a splendid one to beholdOzuru is a splendid one to beholdOzuru is a splendid one to behold
Re: Problems with Morphology

Quote:
Originally Posted by jabarabara View Post
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);
    }
Reply With Quote