[This is preliminary documentation and is subject to change.]
Releases the structuring element.
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static void cvReleaseStructuringElement(
ref IntPtr ppElement
)
Public Shared Sub cvReleaseStructuringElement ( _
ByRef ppElement As IntPtr _
)
public:
static void cvReleaseStructuringElement(
IntPtr% ppElement
)
Parameters
- ppElement
-
IntPtr
%
Pointer to the deallocated structuring element.
See Also