Class Set
Represents a collection of nodes.
Inherited Members
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public class Set : Seq
Properties
| Improve this Doc View SourceHeaderSize
Gets the size of the Set header, in bytes.
Declaration
public static int HeaderSize { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
| Improve this Doc View SourceClear()
Removes all elements from the set.
Declaration
public override void Clear()