Back to FabImage Studio website
You are here: Start » Filter Reference » Image Filtering » cvGetStructuringElement
Returns the structuring element of the specified size and shape for morphological operations.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inShape | CvStructuringShape | Element shape. | |
![]() |
inEWidth | Integer | 1 - ![]() |
Width of the structuring element. |
![]() |
inEHeight | Integer | 1 - ![]() |
Height of the structuring element. |
![]() |
inAnchor | Location* | Anchor position within the element. The NIL value means that the anchor is at the center. | |
![]() |
outElement | Region | Output structuring element. |
Complexity Level
This filter is available on Basic Complexity Level.