CvReleaseStructuringElement Method OpenCvSharp Class Library
Releases the structure IplConvKernel that is no longer needed. If *element is NULL, the function has no effect.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ReleaseStructuringElement(
	IplConvKernel element
)

Parameters

element
Type: OpenCvSharpIplConvKernel
Pointer to the deleted structuring element.
See Also

Reference