I test the boxfilter function, but the output image have vertical grains !
Next is my code! Please help me!
char dataFile = "srcYUV.yuv";
char dataOut = "outYUV.yuv";
unsigned char dataY = NULL, dataY_out = NULL;
int img_w = 341;
int img_h = 436;
int y_size = img_h * img_w;
int uv_size = y_size / 2;
I test the boxfilter function, but the output image have vertical grains ! Next is my code! Please help me! char dataFile = "srcYUV.yuv"; char dataOut = "outYUV.yuv"; unsigned char dataY = NULL, dataY_out = NULL; int img_w = 341; int img_h = 436; int y_size = img_h * img_w; int uv_size = y_size / 2;