LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

RoiStandardDeviation Property






Gets or sets the standard deviation of the pixel values in the Region Of Interest. .NET support Silverlight support WinRT support
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;}
 get_RoiStandardDeviation();
set_RoiStandardDeviation(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.