ft_gesture_lib.h 729 B

123456789101112131415161718192021222324
  1. /************************************************************************
  2. * Copyright (C) 2012-2015, Focaltech Systems (R)£¬All Rights Reserved.
  3. *
  4. * File Name: Ft_gesture_lib.c
  5. *
  6. * Author:
  7. *
  8. * Created: 2015-01-01
  9. *
  10. * Abstract: function for hand recognition
  11. *
  12. ************************************************************************/
  13. #ifndef __LINUX_FT_GESTURE_LIB_H__
  14. #define __LINUX_FT_GESTURE_LIB_H__
  15. //int fetch_object_sample(unsigned short *datax,unsigned short *datay,unsigned char *dataxy,short pointnum,unsigned long time_stamp);
  16. int fetch_object_sample(unsigned char *buf,short pointnum);
  17. void init_para(int x_pixel,int y_pixel,int time_slot,int cut_x_pixel,int cut_y_pixel);
  18. //ft_gesture_lib_v1.0_20140820.a
  19. #endif