public System.double ROIMean(
DicomImage ,
System.bool
)
public function ROIMean(
: DicomImage;
: System.Boolean
): System.Double;
public function ROIMean(
: DicomImage,
: System.boolean
) : System.double;
public: System.double ROIMean(
DicomImage* ,
System.bool
)
public:
System.double ROIMean(
DicomImage^ ,
System.bool
)
'Declaration
Public Function ROIMean( _
ByVal As DicomImage, _
ByVal As System.Boolean _
) As System.Double
'Usage
Dim instance As DicomLabel
Dim Image As DicomImage
Dim Scale As System.Boolean
Dim value As System.Double
value = instance.ROIMean(Image, 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 mean value of the pixels in the ROI
Target Platforms: .NET CLR 4.8 or higher