PixelValuesByFrame Method
Returns an array of pixel values for a frame, optionally transformed via the modality transformation
'Declaration
Public Function PixelValuesByFrame( _
ByVal As Integer, _
ByVal As Boolean _
) As Single()
'Usage
Dim instance As DicomImage
Dim Frame As Integer
Dim ModalityTransform As Boolean
Dim value() As Single
value = instance.PixelValuesByFrame(Frame, ModalityTransform)
Parameters
- Frame
- The 1-based frame number to retrieve
- ModalityTransform
- Controls whether to apply the scale/offset or Modality LUT if present
Return Value
Array of float values representing the (possibly transformed) pixel values
Target Platforms: .NET CLR 4.0 or higher