移除cv,请使用@yizhi/cv包
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#include "common/node.h"
|
||||
#include "cv/node.h"
|
||||
#include "mnn/node.h"
|
||||
#include "ort/node.h"
|
||||
|
||||
@ -8,11 +7,6 @@ using namespace Napi;
|
||||
#if defined(BUILD_MAIN_WORD)
|
||||
Object Init(Env env, Object exports)
|
||||
{
|
||||
// OpenCV
|
||||
#ifdef USE_OPENCV
|
||||
printf("use opencv\n");
|
||||
InstallOpenCVAPI(env, exports);
|
||||
#endif
|
||||
// OnnxRuntime
|
||||
#ifdef USE_ONNXRUNTIME
|
||||
InstallOrtAPI(env, exports);
|
||||
|
Reference in New Issue
Block a user