Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RoiStandardDeviation Property








Gets or sets the standard deviation of the pixel values in the Region Of Interest.
Syntax
public double RoiStandardDeviation {get; set;}
'Declaration
 
Public Property RoiStandardDeviation As Double
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Double
 
instance.RoiStandardDeviation = value
 
value = instance.RoiStandardDeviation
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'); 
public:
property double RoiStandardDeviation {
   double get();
   void set (    double value);
}

Property Value

The standard deviation of the pixel values in the Region Of Interest.
Remarks
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

Error processing SSI file