not able to create a simple Mat object for android
i did this: Mat m = new Mat(); and tha app stops running
i did this: Mat m = new Mat(); and tha app stops running
Asked: 2016-04-06 04:11:21 -0600
Seen: 51 times
Last updated: Apr 06 '16
the log output: Session 'app': Error I call it from : onCreate() thank you
" I call it from : onCreate()" -- that's already wrong. you need to wait, until the native c++ so's were loaded properly. before you can call any opencv code.
see tutorial code
thank you!
can you tell me where I can put it?
here or here , or, if you 're using async loading, here
thank you so mutch!
so where do i have to put it if i dont have a camera in the app, i just want to show an image from drawable?