kNOw SIGN
Macros
main.hpp File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdarg.h>
#include <errno.h>
#include <string.h>
#include <signal.h>
#include <syslog.h>
#include <termios.h>
#include <netinet/in.h>
#include <getopt.h>
#include <iostream>
#include <vector>
#include <cmath>
#include <pthread.h>
#include "opencv2/opencv.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/highgui/highgui_c.h"
#include <string>
Include dependency graph for main.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ORIGCOL2COL   CV_BGR2HLS
 
#define COL2ORIGCOL   CV_HLS2BGR
 
#define NSAMPLES   7
 
#define PI   3.14159
 

Macro Definition Documentation

◆ COL2ORIGCOL

#define COL2ORIGCOL   CV_HLS2BGR

◆ NSAMPLES

#define NSAMPLES   7

◆ ORIGCOL2COL

#define ORIGCOL2COL   CV_BGR2HLS

◆ PI

#define PI   3.14159