Start » Filter Reference » Region » Region Basics » CreateEllipseRegion
Module: | FoundationLite |
---|
Creates an elliptic region of given bounding rectangle.
Name | Type | Range | Description | |
---|---|---|---|---|
inEllipse | Rectangle2D | |||
inEllipseAlignment | CoordinateSystem2D* | Adjusts the ellipse to the position of the inspected object | ||
inFrameWidth | Integer | 0 - 65535 | Width of the created region's frame (not to be confused with the width of the ellipse!) | |
inFrameHeight | Integer | 0 - 65535 | Height of the created region's frame (not to be confused with the height of the ellipse!) | |
outRegion | Region | Output region | ||
outAlignedEllipse | Rectangle2D | The input ellipse transformed to the absolute coordinate system |
Description
The operation creates a region containing pixels lying inside an ellipse which is described by its bounding rectangle.
The inFrameWidth and inFrameHeight parameters most often should be set equal to the dimensions of the image this region will be used with. If the input ellipse exceeds these dimensions, the output region will be cropped.
Hints
- Remember to set inFrameWidth and inFrameHeight inputs to specify the region frame.
Examples
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- CreateCircleRegion – Creates a circular region corresponding to a given circle.