'Declaration
Public Function ROIStandardDeviation( _ ByVal Image As DicomImage, _ ByVal Scale As System.Boolean _ ) As System.Double
'Usage
Dim instance As DicomLabel Dim Image As DicomImage Dim Scale As System.Boolean Dim value As System.Double value = instance.ROIStandardDeviation(Image, Scale)
public System.double ROIStandardDeviation( DicomImage Image, System.bool Scale )
public function ROIStandardDeviation( Image: DicomImage; Scale: System.Boolean ): System.Double;
public function ROIStandardDeviation( Image : DicomImage, Scale : System.boolean ) : System.double;
public: System.double ROIStandardDeviation( DicomImage* Image, System.bool Scale )
public: System.double ROIStandardDeviation( DicomImage^ Image, System.bool Scale )
Parameters
- Image
- The image from which the pixel data is taken for the calculations
- Scale
- If true, then the rescale slope and offset are applied to the data values
Return Value
The standard deviation