gaussFilte.h 135 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 #ifndef __GAUSSFILTER_H__ #define __GAUSSFILTER_H__ void gaussianFilter(unsigned char* data, int width, int height, int type); #endif