#ifndef _IMGPROCESS_H #define _IMGPROCESS_H 1 int midNumFilter(float *src, float *dst, const int width, const int height, const int winSize); void badPicPixReplace(float *dst, double *posMap, int pixNum); #endif