How to import openCV 3.1 in android studio 1.5 -


aoa,

how import opencv 3.1 in android studio 1.5? i'm following [these steps]( opencv in android studio). i've completed 6 steps, don't know include line of code in step 6:

( include static{ system.loadlibrary("opencv_java"); }  

i've included line in mainactivity, still unable import opencv statement e.g. import org.opencv etc in snapshot..
didn't download wrapper e.g. android opencv sdk, javacv or opencv java mentioned in this link, thought downloading "opencv android " enough.

please guide me how fix these errors , if need wrapper it, give me proper download link. thankyou

snapshot

you may try follow instructions here helped me on android studio 1.5.1 , opencv 3.1.0 library.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -