DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / ROIMin 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
    ROIMin Method
    In This Topic
    Returns the minimum values of the pixels in the ROI
    Syntax
    'Declaration
     
    
    Public Function ROIMin( _
       ByVal Image As DicomImage, _
       ByVal Scale As System.Boolean _
    ) As System.Double
    public System.double ROIMin( 
       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 minimum value
    Remarks
    This property, where rescale parameters are used (e.g. for CT) it is applied to the pixel values automatically before the statistical values are calculated.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also