Skip to content

Instantly share code, notes, and snippets.

@masazdream
Last active August 29, 2015 13:57
#include "jp_sprix_jni_NativeSampleMathod.h"
#include <iostream>
#include <cv.h>
#include <core/core.hpp>
#include <highgui/highgui.hpp>
using namespace cv;
using namespace std;
JNIEXPORT void JNICALL
Java_jp_sprix_jni_NativeSampleMathod_theNativeMethod(JNIEnv* env, jobject thisObj){
cout << "test" << endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment