kNOw SIGN
main.hpp
Go to the documentation of this file.
1 #ifndef _MAIN_HEADER_
2 #define _MAIN_HEADER_
3 
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <time.h>
7 #include <sys/stat.h>
8 #include <fcntl.h>
9 #include <unistd.h>
10 #include <stdlib.h>
11 #include <stdarg.h>
12 #include <errno.h>
13 #include <string.h>
14 #include <signal.h>
15 #include <syslog.h>
16 #include <termios.h>
17 #include <netinet/in.h>
18 #include <getopt.h>
19 #include <iostream>
20 #include <vector>
21 #include <cmath>
22 #include <pthread.h>
23 
24 #include "opencv2/opencv.hpp"
25 #include "opencv2/imgproc/imgproc.hpp"
26 #include "opencv2/imgproc/types_c.h"
27 #include "opencv2/highgui/highgui_c.h"
28 
29 #include <stdio.h>
30 #include <stdlib.h>
31 #include <iostream>
32 #include <string>
33 
34 
35 #define ORIGCOL2COL CV_BGR2HLS
36 #define COL2ORIGCOL CV_HLS2BGR
37 #define NSAMPLES 7
38 #define PI 3.14159
39 
40 
41 #endif