Packages

Bindings to the C++ pHash library (phash.org).

Current section

Files

Jump to
phash c_lib pHash bindings java pHash_MVPTree.h
Raw

c_lib/pHash/bindings/java/pHash_MVPTree.h

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#ifndef __org_phash_MVPTree__
#define __org_phash_MVPTree__
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jboolean JNICALL Java_org_phash_MVPTree_create(JNIEnv *env, jobject,
jobjectArray);
JNIEXPORT jobjectArray JNICALL Java_org_phash_MVPTree_query(JNIEnv *env,
jobject, jobject,
jfloat, jfloat,
jint);
JNIEXPORT jboolean JNICALL Java_org_phash_MVPTree_add(JNIEnv *env, jobject,
jobjectArray);
#ifdef __cplusplus
}
#endif
#endif /* __org_phash_MVPTree__ */