Nikon .NEF raw image reader

20 views (last 30 days)
Derrick Salmon
Derrick Salmon on 5 Jan 2020
Commented: Derrick Salmon on 17 Aug 2020
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
Derrick Salmon
Derrick Salmon on 17 Aug 2020
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 Images in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!