MedianImages_OfArray
Compute median value for each pixel of images from an array.
Syntax
C++
Python
def MedianImages_OfArray( inImages: list[Image], outImage: Image, /, *, inRoi: Region | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImages | list[Image] | ||
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
outImage | Image | Output image |


