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

9 lines
145 B
C
Raw Normal View History

#ifndef __TEGRA_DETECTOR_H__
#define __TEGRA_DETECTOR_H__
#define TEGRA_DETECTOR_ERROR -2
#define TEGRA_NOT_TEGRA -1
int DetectTegra();
#endif