CreateStructuringElement
Creates a structuring element for the usage with morphological operators and allocate an appropriate data buffer. The initial reference count is set to one if a new image interface is created and kept, otherwise.
Syntax
Definition:
HRESULT CreateStructuringElement(
HRESULT hrPrev,
ITcVnImage*& ipStructuringElement,
ETcVnStructuringElementShape eShape,
ULONG nWidth,
ULONG nHeight
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipStructuringElement |
Returns the created structuring element (Non-zero interface pointers are reused.) | |
|
eShape |
Shape of the structuring element (rectangle, cross, or ellipse) | |
|
nWidth |
ULONG |
Width |
|
nHeight |
ULONG |
Height |
Required License
TC3 Vision Base
Return value