Releases the structuring element.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvReleaseStructuringElement(
	ref IntPtr ppElement
)
Visual Basic (Declaration)
Public Shared Sub cvReleaseStructuringElement ( _
	ByRef ppElement As IntPtr _
)
Visual C++
public:
static void cvReleaseStructuringElement(
	IntPtr% ppElement
)

Parameters

ppElement
Type: System..::.IntPtr %
Pointer to the deallocated structuring element.

See Also