Gets or sets the average value of the pixels in the Region Of Interest.
public double RoiMean { get; set; }
Public Property RoiMean As Double
public double RoiMean {get; set;}
@property (nonatomic, assign) double roiMean
public double getRoiMean()
public void setRoiMean(double value)
<br/>get_RoiMean();<br/>set_RoiMean(value);<br/>Object.defineProperty('RoiMean');
The average value of the pixels 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