GravityTrack.h
上传用户:smdfuse
上传日期:2015-11-06
资源大小:98k
文件大小:0k
源码类别:

图形图象

开发平台:

Visual C++

  1. #define EDGE_SPACE 5                //计算时留出的边界宽度
  2. #define EDGE_DRAW  20               //画框跟踪窗时扩出的边界宽度
  3. #define BLOCK_NUMBER 5             //分块数目
  4. #define TEMPLETE_SIZE 60            //匹配模板大小
  5. //WININFO GravityTrack (unsigned char* sGray, int sWidth, int sHeight,int sThreshold);