include.h
481 Bytes
#ifndef __AI_ENGINE_MODULE_INCLUDE_H__
#define __AI_ENGINE_MODULE_INCLUDE_H__
#include <iostream>
#include <sstream>
#include <fstream>
#include "sy_common.h"
#include "sy_errorinfo.h"
#include "opencv2/opencv.hpp"
#include "opencv2/imgcodecs/legacy/constants_c.h"
#include "opencv2/imgproc/types_c.h"
#include "time.h"
#include "sys/time.h"
#include "utils.h"
#include "dvpp_process.h"
#include <chrono>
#include <dirent.h>
using namespace std;
using namespace cv;
#endif