blob: a70feb98550fff1c34a552928221faaa23050287 [file] [log] [blame]
/**
Pankaj Kukreja
github.com/proton0001
Indian Institute of Technology Hyderabad
*/
#ifndef _BILATERAL_FILTERING_H_
#define _BILATERAL_FILTERING_H_
#define HEIGHT 128
#define WIDTH 128
#define DIAMETER 5
#endif /* _BILATERAL_FILTERING_H_ */