From: Ravishankar Velusamy on
Hi

Is it possible to apply image processing algorithms of matlab to raw images(.raw files).. I have tried to apply image processing algorithms to raw x-ray image of uint16, 3000*3000 size... But i am not getting the results... can anyone help me..

Thanks
From: ImageAnalyst on
Ravishankar Velusamy
Yes, it is possible. The format doesn't matter. You just read the
file into an array and then do your image processing.