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_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
CPU_CHAR
unsigned char CPU_CHAR
Definition:
llips_type.h:21
s_img
Definition:
llips_type.h:33
CPU_INT32U
unsigned long CPU_INT32U
Definition:
llips_type.h:27
search_contrast
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.
Definition:
llips_contrastdetect.c:34
Generated on Thu Sep 25 2014 14:08:52 for LLIPS by
1.8.8