I am looking to implement a resampling algorithm for a 2D array(it could be grayscale image or some 2D array of floating point values).
The steps involved in this particular operation are: ...
i have an 256x256 grayscale image in .dat format. i am reading the file in turbo C in an 2d char array and comparing with another similar picture to check if they are the same.. and i am doing some enhancement of the original image, and to view the enhanced image, am changing .dat to .raw format and viewing in adobe ...
hi ppl..this is my first post here...i am working on a school assignment and am stuck on one part...i am suppose to read in the header and data of a pgm file using the most basic C commands and arrays (possibly pointers)...i have attached a sample pgm file (open it in wordpad to look at the format). i am successfully able ...