PixelValuesByFrame Method
Returns a float array of pixel values for a frame, optionally transformed via the modality transformation
public System.float[] PixelValuesByFrame(
System.int ,
System.bool
)
public function PixelValuesByFrame(
: System.Integer;
: System.Boolean
): System.array of Single;
public function PixelValuesByFrame(
: System.int,
: System.boolean
) : System.float[];
public: System.float[]* PixelValuesByFrame(
System.int ,
System.bool
)
public:
System.array<float>^ PixelValuesByFrame(
System.int ,
System.bool
)
'Declaration
Public Function PixelValuesByFrame( _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Single()
'Usage
Dim instance As DicomImage
Dim frame As System.Integer
Dim modalityTransform As System.Boolean
Dim value() As System.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.8 or higher