LLIPS  rev33
Light Library for Image ProcesS
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
llips_contrastdetect.h
Go to the documentation of this file.
1 /********************************************/
7 #ifndef __LLIPS_CONTRAST_DETECTION_H
8 #define __LLIPS_CONTRAST_DETECTION_H
9 /* ***************************************************************/
10 /* * Define */
11 /* ***************************************************************/
12 #define HOR 0x0001
13 #define VER 0x0002
14 #define DIAG 0x0004
15 
16 /* ***************************************************************/
17 /* * Global variables */
18 /* ***************************************************************/
19 
20 /* ***************************************************************/
21 /* * Prototypes */
22 /* ***************************************************************/
23 CPU_CHAR search_contrast(CPU_CHAR tolerance, t_img * img_in1,t_img * img_out,CPU_INT32U RGB, CPU_INT32U color,CPU_CHAR direction);
24 
25 
26 #endif
unsigned char CPU_CHAR
Definition: llips_type.h:21
unsigned long CPU_INT32U
Definition: llips_type.h:27
CPU_CHAR search_contrast(CPU_CHAR tolerance, t_img *img_in1, t_img *img_out, CPU_INT32U RGB, CPU_INT32U color, CPU_CHAR direction)
Search constrast between two adjacent pixel.