LLIPS  rev33
Light Library for Image ProcesS
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
llips_motiondetect.h
Go to the documentation of this file.
1 /********************************************/
7 #ifndef __LLIPS_MOTIONDETECT_H
8 #define __LLIPS_MOTIONDETECT_H
9 /* ***************************************************************/
10 /* * Define */
11 /* ***************************************************************/
12 
13 /* ***************************************************************/
14 /* * Prototypes */
15 /* ***************************************************************/
16 CPU_CHAR search_diff(CPU_INT16U tolerance,CPU_INT16U quantity, t_img * img_in1,t_img * img_in2,t_img * img_out,t_area * change_img);
17 t_vect evaluate_move(t_img * p_img_base,t_img * p_img_target,t_area area_1,t_area area_2, t_vect * p_movement_origin);
18 CPU_CHAR search_diff_x(CPU_INT16U tolerance,CPU_INT16U quantity, t_img * img_in1,t_img * img_in2,t_img * img_out,t_area * change_img);
19 t_pixel look_for_match(t_img * img_in1,t_img * img_in2,CPU_INT16U areasize,t_pixel area_from_1,CPU_INT16U raw_tolerance);
20 
21 
22 #endif
t_pixel look_for_match(t_img *img_in1, t_img *img_in2, CPU_INT16U areasize, t_pixel area_from_1, CPU_INT16U raw_tolerance)
Try to find a correspondance from an area from image 1 in image 2.
CPU_CHAR search_diff_x(CPU_INT16U tolerance, CPU_INT16U quantity, t_img *img_in1, t_img *img_in2, t_img *img_out, t_area *change_img)
Search for difference between two images, using given tolerance and quantity change criteria...
unsigned char CPU_CHAR
Definition: llips_type.h:21
CPU_CHAR search_diff(CPU_INT16U tolerance, CPU_INT16U quantity, t_img *img_in1, t_img *img_in2, t_img *img_out, t_area *change_img)
Search for difference between two images, using given tolerance and quantity change criteria...
t_vect evaluate_move(t_img *p_img_base, t_img *p_img_target, t_area area_1, t_area area_2, t_vect *p_movement_origin)
Evaluate mouvement direction between three sequencial images that have been previously processed by s...
unsigned short CPU_INT16U
Definition: llips_type.h:25