2012-06-28 18:23:19 +02:00
|
|
|
#ifndef __ENGINE_COMMON_H__
|
|
|
|
#define __ENGINE_COMMON_H__
|
|
|
|
|
|
|
|
// Global tag for Logcat output
|
|
|
|
#undef LOG_TAG
|
2012-07-13 16:27:09 +02:00
|
|
|
#define LOG_TAG "OpenCVEngine"
|
2012-06-28 18:23:19 +02:00
|
|
|
|
|
|
|
#ifndef OPEN_CV_ENGINE_VERSION
|
|
|
|
#define OPEN_CV_ENGINE_VERSION 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|