adding OpenCV Manager
This commit is contained in:
12
android/service/engine/jni/include/EngineCommon.h
Normal file
12
android/service/engine/jni/include/EngineCommon.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __ENGINE_COMMON_H__
|
||||
#define __ENGINE_COMMON_H__
|
||||
|
||||
// Global tag for Logcat output
|
||||
#undef LOG_TAG
|
||||
#define LOG_TAG "OpenCVEngine"
|
||||
|
||||
#ifndef OPEN_CV_ENGINE_VERSION
|
||||
#define OPEN_CV_ENGINE_VERSION 1
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user