LLIPS  rev33
Light Library for Image ProcesS
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
llips_includes.h
Go to the documentation of this file.
1 /********************************************/
7 #ifndef __LLIPS_INCLUDES_H
8 #define __LLIPS_INCLUDES_H
9 /* ***************************************************************/
10 /* * Includes */
11 /* ***************************************************************/
12 /* Standard include */
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <math.h>
16 
17 /* LLIPS config include */
18 #include "llips_cfg.h"
19 #include "llips_type.h"
20 
21 /* LLIPS functions include */
22 #include "llips_functions.h"
23 #include "llips_io.h"
24 #include "llips_general.h"
25 #include "llips_motiondetect.h"
26 #include "llips_contrastdetect.h"
27 
28 
29 #endif
About general image handling.
About contrast and edge detection on image.
Configuration variable and define for LLIPS.
About importing and exporting image from/to storage.
Motion detection fucntions.
Configuration varaible and define for LLIPS.
Various functions for Llips.