commit all files

This commit is contained in:
UnknownObject
2025-06-09 18:05:32 +08:00
parent 3e1b2b4fe5
commit 77c43ea6de
156 changed files with 12158 additions and 77 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/1/27.
//
@@ -229,4 +229,4 @@ JNIEXPORT jobjectArray JNICALL HYPERLPR_API(core_HyperLPRCore_PlateRecognitionFr
return jPlateArray;
}
} // extern
} // extern
+2 -1
View File
@@ -1,4 +1,4 @@
//
//
// Created by tunm on 2023/1/26.
//
@@ -61,3 +61,4 @@ inline std::string jstring2str(JNIEnv *env, jstring jstr) {
} // namespace
#endif //ZEPHYRLPR_JNI_UTILS_H