Nikon .NEF raw image reader

Does anyone have a tool to read a Nikon .NEF raw (14 bit) image file without demosaicing? I need a single m x n x 1 array of the raw 14 bit values (uint16) with raw data at each pixel. I need the raw pixel data - not a demosiced m x n x 3 image.
cheers
Derrick

2 Comments

Hi - I found the function 'readraw' which does everything I needed. With the appropriate parameters it returns an array with individual pixel values in r,g and b arrays.

Sign in to comment.

Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Products

Asked:

on 5 Jan 2020

Commented:

on 17 Aug 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!