app/src/main/cpp/FaceDetectHelper.h
@@ -22,6 +22,7 @@ string detectRealFace3(jint channel, JNIEnv *env, const char* modelPath, int width, int height, const char* baseFeatureName, int shouldExtractFeature, bool useGrayCamera, int detectFaceCount, jbyteArray nv21Array ); jbyteArray extractFeature(JNIEnv *env, const char *jpgFileName); string facePosition(JNIEnv *env, const char *jpgFileName); jbyteArray extractFeature(JNIEnv *env, jbyteArray bgrByteArray, int width, int height); };