ImageStandardDeviation
Calculates standard deviation of image pixel values.
Syntax
C++
C#
Python
def ImageStandardDeviation( inImage: Image, /, *, inRoi: Region | None = None ) -> outStandardDeviation: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | Image | Input image. | |
![]() |
inRoi | Region | None | None | Region of Interest. |
![]() |
outStandardDeviation | float | Calculated standard deviation. |


