Group Abstract Group Abstract

Message Boards Message Boards

1
|
11.3K Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Recover highlight and shadow detail from RAW images?

Posted 9 years ago
POSTED BY: Jeff Burns
4 Replies
Posted 9 years ago

Test NEF files are a available at this link.

Using this code it is apparent that the image data is not clipped by Mathematica.

img = Import[“a.NEF”];

ImageHistogram[img, 1000, All, Appearance -> "Transparent", 
   Method -> #, ImageSize -> Large, 
   FrameTicks -> True] & /@ {"IncludeOutOfRange", "ExcludeOutOfRange"}
POSTED BY: Jeff Burns
Posted 9 years ago
POSTED BY: Updating Name
Posted 9 years ago
POSTED BY: Yode Japhe

Whenever you post here, post your code! it's part of the rules... thanks you :)

Did you use

Import["yourimage.nef"]

or

Import["yourimage.nef","Data"]

or

Import["yourimage.nef","RawData"]

?

POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard