#ifndef __TEST_HELLO_H__ #define __TEST_HELLO_H__ #include<iostream> #include<string> #include<cstdlib> #include<opencv2/opencv.hpp> void checkDevice(); #endif