LLIPS
rev33
Light Library for Image ProcesS
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
llips
llips_cfg.h
Go to the documentation of this file.
1
/********************************************/
7
#ifndef __LLIPS_CFG_H
8
#define __LLIPS_CFG_H
9
10
/* ***************************************************************/
11
/* * Define */
12
/* ***************************************************************/
13
/* Image input max format */
14
#define MAX_WIDTH 4000
15
#define MAX_HEIGHT 3000
16
#define MAX_HEADER_size 200
17
18
/* Default value for motion and contrast detection */
19
#define DEFAULT_TOLERANCE 11
20
#define DEFAULT_QUANTITY 1
21
22
#define TRUE 1
23
#define FALSE 0
24
25
26
#endif
Generated on Thu Sep 25 2014 14:08:52 for LLIPS by
1.8.8