All the keys (names) of elements in the read file storage are stored in the hash to speed up the lookup operations
            
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvStringHashNode
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvStringHashNode type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvStringHashNode | 
            Initializes from pointer
             | 
Properties
| Name | Description | |
|---|---|---|
|  | CvPtr | 
            Native pointer of OpenCV structure
            (Inherited from CvObject.) | 
|  | HashVal | |
|  | Next | |
|  | Str | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
Fields
| Name | Description | |
|---|---|---|
|  | ptr | 
            Data pointer
            (Inherited from CvObject.) | 
|   | SizeOf | 
            sizeof(CvStringHashNode) 
             | 
See Also