Size of raw image (aviris_sc0) is (155975680 *1) & it is array.

Raw data is converted to matlab array through the given matlab code.

fid = fopen('aviris_sc0.raw') ;

rawdata = fread(fid, inf, '*uint8');

fclose(fid);

Here, I want to know what is the dimension of the raw image & how can i make it in a cube form?

More Shrish Bajpai's questions See All
Similar questions and discussions