mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
adding OpenCV Manager
This commit is contained in:
@@ -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