Ask Your Question

zigah's profile - activity

2013-07-25 07:30:25 -0600 commented answer Convert Bitmap to Mat for JNI interface

I had to also add this: Foo(tmpMat.nativeObj); instead of just Foo(tmpMat); assuming one Mat parameter (above there are two in JNI c++ function, but only one in Java code), and the Java function header being: private static native void foo(long mat); then.

2013-07-25 07:22:21 -0600 received badge  Supporter (source)