Class StringHashNode
Represents a unique reference for a given name.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public class StringHashNode : CVHandle
Properties
| Improve this Doc View SourceHashVal
Gets the hash code value of the name.
Declaration
public uint HashVal { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Str
Gets the string representation of the name.
Declaration
public string Str { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceReleaseHandle()
Executes the code required to free the native StringHashNode handle.
Declaration
protected override bool ReleaseHandle()
Returns
Type | Description |
---|---|
Boolean | true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. |