mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 07:59:27 +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 |