7 #ifndef __LLIPS_MOTIONDETECT_H
8 #define __LLIPS_MOTIONDETECT_H
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...
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