DetectionBasedTracker_jni.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class org_opencv_samples_fd_DetectionBasedTracker */
  4. #ifndef _Included_org_opencv_samples_fd_DetectionBasedTracker
  5. #define _Included_org_opencv_samples_fd_DetectionBasedTracker
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10. * Class: org_opencv_samples_fd_DetectionBasedTracker
  11. * Method: nativeCreateObject
  12. * Signature: (Ljava/lang/String;F)J
  13. */
  14. JNIEXPORT jlong JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeCreateObject
  15. (JNIEnv *, jclass, jstring, jint);
  16. /*
  17. * Class: org_opencv_samples_fd_DetectionBasedTracker
  18. * Method: nativeDestroyObject
  19. * Signature: (J)V
  20. */
  21. JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDestroyObject
  22. (JNIEnv *, jclass, jlong);
  23. /*
  24. * Class: org_opencv_samples_fd_DetectionBasedTracker
  25. * Method: nativeStart
  26. * Signature: (J)V
  27. */
  28. JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStart
  29. (JNIEnv *, jclass, jlong);
  30. /*
  31. * Class: org_opencv_samples_fd_DetectionBasedTracker
  32. * Method: nativeStop
  33. * Signature: (J)V
  34. */
  35. JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeStop
  36. (JNIEnv *, jclass, jlong);
  37. /*
  38. * Class: org_opencv_samples_fd_DetectionBasedTracker
  39. * Method: nativeSetFaceSize
  40. * Signature: (JI)V
  41. */
  42. JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeSetFaceSize
  43. (JNIEnv *, jclass, jlong, jint);
  44. /*
  45. * Class: org_opencv_samples_fd_DetectionBasedTracker
  46. * Method: nativeDetect
  47. * Signature: (JJJ)V
  48. */
  49. JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect
  50. (JNIEnv *, jclass, jlong, jlong, jlong);
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. #endif