增加MNN模型支持

This commit is contained in:
2025-03-07 17:18:20 +08:00
parent 4a6d092de1
commit bd90f2f6f6
24 changed files with 497 additions and 153 deletions

View File

@ -134,7 +134,7 @@ void InstallOpenCVAPI(Env env, Object exports)
CVMat::Init(env, exports);
}
#ifdef USE_OPENCV
#if defined(USE_OPENCV) && not defined(BUILD_MAIN_WORD)
static Object Init(Env env, Object exports)
{
InstallOpenCVAPI(env, exports);