Fixed a missing type of a variable
@@ -831,7 +831,7 @@ void processDWT(struct dwt *d, int forward, int writeVisual)
int main(int argc, char **argv)
{
int optindex = 0;
- char ch;
+ signed char ch;
struct option longopts[] =
{"dimension", required_argument, 0, 'd'}, //dimensions of src img
@@ -0,0 +1 @@
+./dwt2d -d 1024x1024 -f -5 -l 10 ../../data/dwt2d/rgb.bmp