Blame view

src/MSRegionSurveilance/gaussFilte.h 135 Bytes
8805b950   Liu Meng   物品遗留效果优化
1
2
3
4
5
6
  #ifndef __GAUSSFILTER_H__
  #define __GAUSSFILTER_H__
  
  void gaussianFilter(unsigned char* data, int width, int height, int type);
  
  #endif