Last active
March 13, 2016 06:43
-
-
Save beta/9964adcd98d9a4bd2da4 to your computer and use it in GitHub Desktop.
Codes for blog "Using Native OpenCV Code in Android Projects"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DO NOT EDIT THIS FILE - it is machine generated */ | |
#include <jni.h> | |
/* Header for class com_example_yourapp_CvUtil */ | |
#ifndef _Included_com_example_yourapp_CvUtil | |
#define _Included_com_example_yourapp_CvUtil | |
#ifdef __cplusplus | |
extern "C" { | |
#endif | |
/* | |
* Class: com_example_yourapp_CvUtil | |
* Method: processMat | |
* Signature: (JF)Ljava/util/ArrayList; | |
*/ | |
JNIEXPORT jobject JNICALL Java_com_example_yourapp_CvUtil_processMat | |
(JNIEnv *, jclass, jlong, jfloat); | |
#ifdef __cplusplus | |
} | |
#endif | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment