Back to FabImage Studio website
You are here: Start » Filter Reference » Image » Image Local Transforms » StandardDeviationImage
Module: | FoundationBasic |
---|
Creates image of pixels' local standard deviations.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image. | |
![]() |
inRoi | Region* | Region of Interest. | |
![]() |
inSourceRoi | Region* | Range of inImage pixels to be read | |
![]() |
inKernelRadius | Integer | 1 - 40 | Radius of square kernel (width and height are 2r+1). |
![]() |
outStdDevImage | Image | Resulting image. |
Requirements
For input inImage only pixel formats are supported: uint8, int8, uint16, int16, real.
Read more about pixel formats in Image documentation.
Examples
![]() Input image |
![]() Output image (with additional postprocessing: normalization) |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Region exceeds an input image in StandardDeviationImage. |
DomainError | Not supported inImage pixel format in StandardDeviationImage. |
Complexity Level
This filter is available on Advanced Complexity Level.