gaussFilte.h 135 Bytes
#ifndef __GAUSSFILTER_H__
#define __GAUSSFILTER_H__

void gaussianFilter(unsigned char* data, int width, int height, int type);

#endif