ZOOM AND ENHANCE!

This commit is contained in:
Jorge Rodriguez
2014-07-31 15:16:36 -07:00
parent 1b2d104e00
commit aae1c7ca41
2 changed files with 18 additions and 22 deletions

View File

@ -49,8 +49,8 @@ int main(int argc, char** argv)
return 1;
}
out_w = 128;
out_h = 128;
out_w = 512;
out_h = 512;
out_stride = (out_w + 10) * n;
output_data = (unsigned char*)malloc(out_stride * out_h);