mirror of
https://github.com/opencv/opencv.git
synced 2024-12-14 17:29:17 +08:00
9 lines
145 B
C
9 lines
145 B
C
|
#ifndef __TEGRA_DETECTOR_H__
|
||
|
#define __TEGRA_DETECTOR_H__
|
||
|
|
||
|
#define TEGRA_DETECTOR_ERROR -2
|
||
|
#define TEGRA_NOT_TEGRA -1
|
||
|
|
||
|
int DetectTegra();
|
||
|
|
||
|
#endif
|