opencv/android/service/engine/jni/BinderComponent/TegraDetector.h

9 lines
145 B
C
Raw Normal View History

2012-06-21 22:50:05 +08:00
#ifndef __TEGRA_DETECTOR_H__
#define __TEGRA_DETECTOR_H__
#define TEGRA_DETECTOR_ERROR -2
#define TEGRA_NOT_TEGRA -1
int DetectTegra();
#endif