'Declaration Public Overloads Shared Function CreateDecodingSettingsForGetting16BppGrayscaleImage( _
ByVal frameThe DICOM frame from which 16-bpp grayscale image must be obtained.As DicomFrame, _
ByVal minChannelValueThe minimum channel value.As Double, _
ByVal maxChannelValueThe maximum channel value.As Double _
) As Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings
public static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings CreateDecodingSettingsForGetting16BppGrayscaleImage(
DicomFrame frame,
double minChannelValue,
double maxChannelValue
)
public: static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings* CreateDecodingSettingsForGetting16BppGrayscaleImage(
DicomFrame* frame,
double minChannelValue,
double maxChannelValue
)
public:
static Vintasoft.Imaging.Codecs.Decoders.DicomDecodingSettings^ CreateDecodingSettingsForGetting16BppGrayscaleImage(
DicomFrame^ frame,
double minChannelValue,
double maxChannelValue
)
Parameters
- frame
- The DICOM frame from which 16-bpp grayscale image must be obtained.
- minChannelValue
- The minimum channel value.
- maxChannelValue
- The maximum channel value.
Return Value
The decoding settings.