'Declaration Public Function PixelValuesByFrame( _ ByVal Frame As Integer, _ ByVal ModalityTransform 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)
public float[] PixelValuesByFrame( int Frame, bool ModalityTransform )
public: array<float>^ PixelValuesByFrame( int Frame, bool 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