Tutorial4 ported on new sample framework.

This commit is contained in:
Alexander Smorkalov
2012-10-22 13:04:23 +04:00
committed by Andrey Kamaev
parent 641ee645ab
commit 50500e5923
6 changed files with 119 additions and 412 deletions

View File

@@ -8,7 +8,7 @@ using namespace std;
using namespace cv;
extern "C" {
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial4_Sample4View_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba)
JNIEXPORT void JNICALL Java_org_opencv_samples_tutorial4_Sample4Mixed_FindFeatures(JNIEnv*, jobject, jlong addrGray, jlong addrRgba)
{
Mat* pMatGr=(Mat*)addrGray;
Mat* pMatRgb=(Mat*)addrRgba;