On AIX, I realized that the output image matrix of the harris benchmark did not match the one produced on Linux.
For instance, on Linux, the image matrix started off as:
$ more output.txt 00000000000000000000000000000000000000000000000000000000000000 . . .
But on AIX, we were getting:
$ more output.txt 25525525525500000000002552552552552552552552552552550000000000 . . .
This patch updates the dimensions of the output image in the harris benchmark in order to
resolve the issue of printing the image on AIX.
[nit] remove parens around HEIGHT
There wasn't really a reason for parens before, but now its even more obvious