Skip to content

Instantly share code, notes, and snippets.

@beta
Last active March 13, 2016 06:43
Show Gist options
  • Save beta/9964adcd98d9a4bd2da4 to your computer and use it in GitHub Desktop.
Save beta/9964adcd98d9a4bd2da4 to your computer and use it in GitHub Desktop.
Codes for blog "Using Native OpenCV Code in Android Projects"
/* 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