partial vector<> support in Java API generator

This commit is contained in:
Andrey Pavlenko
2011-07-15 15:01:25 +00:00
parent cc447448ff
commit 4deec6f0f0
4 changed files with 152 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
#include "utils.h"
using namespace cv;

View File

@@ -0,0 +1,3 @@
#include <jni.h>
#include "opencv2/core/core.hpp"