Start » Filter Reference » Image » Image Spatial Transforms » TrimImageToRegion
Module: | FoundationLite |
---|
Trims an image to the area of the specified region.
Name | Type | Description | |
---|---|---|---|
inImage | Image | Input image | |
inRegion | Region | Input region | |
inBorderColor | Pixel | Color used for locations outside the region | |
outImage | Image | Output image |
Description
The operation extracts part of the inImage that corresponds to the region.
Other pixels are set to inBorderColor color.
Examples
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of CropImage filter group.