Path: blob/master/samples/android/face-detection/jni/DetectionBasedTracker_jni.h
16349 views
/* DO NOT EDIT THIS FILE - it is machine generated */1#include <jni.h>2/* Header for class org_opencv_samples_fd_DetectionBasedTracker */34#ifndef _Included_org_opencv_samples_fd_DetectionBasedTracker5#define _Included_org_opencv_samples_fd_DetectionBasedTracker6#ifdef __cplusplus7extern "C" {8#endif9/*10* Class: org_opencv_samples_fd_DetectionBasedTracker11* Method: nativeCreateObject12* Signature: (Ljava/lang/String;F)J13*/14JNIEXPORT jlong JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject15(JNIEnv *, jclass, jstring, jint);1617/*18* Class: org_opencv_samples_fd_DetectionBasedTracker19* Method: nativeDestroyObject20* Signature: (J)V21*/22JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject23(JNIEnv *, jclass, jlong);2425/*26* Class: org_opencv_samples_fd_DetectionBasedTracker27* Method: nativeStart28* Signature: (J)V29*/30JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart31(JNIEnv *, jclass, jlong);3233/*34* Class: org_opencv_samples_fd_DetectionBasedTracker35* Method: nativeStop36* Signature: (J)V37*/38JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop39(JNIEnv *, jclass, jlong);4041/*42* Class: org_opencv_samples_fd_DetectionBasedTracker43* Method: nativeSetFaceSize44* Signature: (JI)V45*/46JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize47(JNIEnv *, jclass, jlong, jint);4849/*50* Class: org_opencv_samples_fd_DetectionBasedTracker51* Method: nativeDetect52* Signature: (JJJ)V53*/54JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect55(JNIEnv *, jclass, jlong, jlong, jlong);5657#ifdef __cplusplus58}59#endif60#endif616263