| Contents | Index |
range = getrangefromclass(I)
range = getrangefromclass(I) returns the default display range of the image I, based on its class type. The function returns range, a two-element vector specifying the display range in the form [min max].
I can be uint8, uint16, int16, logical, single, or double. range is of class double.
For single and double data, getrangefromclass returns the range [0 1] to be consistent with the way double and single images are interpreted in MATLAB. For integer data, getrangefromclass returns the default display range of the class. For example, if the class is uint8, the dynamic range is [0 255].
Read in the 16-bit DICOM image and get the default display range.
CT = dicomread('CT-MONO2-16-ankle.dcm');
r = getrangefromclass(CT)
r =
-32768 32767

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |