DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / ROIStandardDeviation Method
The image from which the pixel data is taken for the calculations
If true, then the rescale slope and offset are applied to the data values



In This Topic
    ROIStandardDeviation Method
    In This Topic
    Returns the standard deviation of the values of the pixels in the ROI
    Syntax
    'Declaration
     
    Public Function ROIStandardDeviation( _
       ByVal Image As DicomImage, _
       ByVal Scale As Boolean _
    ) As Double
    'Usage
     
    Dim instance As DicomLabel
    Dim Image As DicomImage
    Dim Scale As Boolean
    Dim value As Double
     
    value = instance.ROIStandardDeviation(Image, Scale)
    public double ROIStandardDeviation( 
       DicomImage Image,
       bool Scale
    )
    public:
    double ROIStandardDeviation( 
       DicomImage^ Image,
       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
    Remarks
    ROIStandardDeviation returns the standard deviation of the values of the pixels in the ROI
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also