Start » Filter Reference » Region » Region Spatial Transforms » ShrinkRegionNTimes
Module: | FoundationBasic |
---|
Shrinks a region by a natural factor along each axis.
Name | Type | Range | Description | |
---|---|---|---|---|
inRegion | Region | Input region | ||
inNX | Integer | 1 - | ||
inNY | Integer* | 1 - | ||
inThreshold | Real | 0.0 - 1.0 | How much of the input pixels must be present to produce output pixel. When 0 - any pixel, when 1 - all pixels. | |
outRegion | Region | Output region |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- DownsampleRegion – Shrinks a region by the factor of two along each axis.
- ResizeRegion – Enlarges or shrinks a region to new dimensions.
- ResizeRegion_Relative – Resizes region relatively along each axis.
- EnlargeRegionNTimes – Enlarges a region by a natural factor.
- ShrinkImageNTimes – Shrinks an image by a natural factor along each axis.
- ShrinkProfileNTimes – Reduces the length of a profile N-times by averaging each N consecutive elements.