StandardDeviationImage
Creates image of pixels' local standard deviations.
Syntax
C++
C#
Python
def StandardDeviationImage( inImage: Image, outStdDevImage: Image, /, *, inRoi: Region | None = None, inSourceRoi: Region | None = None, inKernelRadius: int = 4 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inImage | Image | Input image. | ||
![]() |
inRoi | Region | None | None | Region of Interest. | |
![]() |
inSourceRoi | Region | None | None | Range of inImage pixels to be read | |
![]() |
inKernelRadius | int | 1 - 40 | 4 | Radius of square kernel (width and height are 2r+1). |
![]() |
outStdDevImage | Image | Resulting image. |


