opencv/android/service/engine/jni/include/EngineCommon.h

12 lines
219 B
C
Raw Normal View History

2012-06-21 22:50:05 +08:00
#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