A wrapper for the CvStructuringElementEx structure in opencv
| C# | Visual Basic | Visual C++ |
public class StructuringElementEx : UnmanagedObject
Public Class StructuringElementEx _ Inherits UnmanagedObject
public ref class StructuringElementEx : public UnmanagedObject
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| StructuringElementEx(array<Int32,2>[,](,)[,], Int32, Int32) |
Create a custome shape Structuring Element
| |
| StructuringElementEx(Int32, Int32, Int32, Int32, CV_ELEMENT_SHAPE) |
Create a structuring element of the specific type
| |
| _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Release the all the memory associate with this object
(Inherited from DisposableObject.) | |
| DisposeObject()()() |
Release the unmanaged memory associated to this object
(Overrides DisposableObject.DisposeObject()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Destructor
(Inherited from DisposableObject.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |||
| DisposableObject | |||
| UnmanagedObject | |||
| StructuringElementEx | |||