I'm looking for a way to import Raw image into R.
Indeed, there are many packages which permit to import .bmp, .png, .jpeg or .tiff images into R (ImageMagick
, EBImage
, imager
, bmp
, tiff
, TIFF
, pixmap
, Momocs
and many others..) but these files formats have a conversion (white balance, contrast, saturation..) and the pictures can be different (in term of saturation, lightness..) even if the taking pictures is standardised but the objects have different size or colour. The Raw picture haven't this problem.
I know the extension differ according to the brand of the camera, which complicates the thing.
But i would like to analyse the difference between saturation, lightness in a more precise and relevant way than .jpeg or .tiff.
Despite my research, I block on the first step : The Raw image importation..
Has someone already achieved this pass ?
Does it exist bash command to import this kind of file ?
I'm not looking to see the picture, but to have access of the raw data.