Gets or sets the standard deviation of the pixel values in the Region Of Interest.
public double RoiStandardDeviation { get; set; }
Public Property RoiStandardDeviation As Double
public double RoiStandardDeviation {get; set;}
@property (nonatomic, assign) double roiStandardDeviation
public double getRoiStandardDeviation()
public void setRoiStandardDeviation(double value)
<br/>get_RoiStandardDeviation();<br/>set_RoiStandardDeviation(value);<br/>Object.defineProperty('RoiStandardDeviation');
The standard deviation of the pixel values in the Region Of Interest.
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET