Struct MemBlock
Represents a memory storage block.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct MemBlock
Properties
| Improve this Doc View SourceNext
Gets the next memory storage block.
Declaration
public MemBlock Next { get; }
Property Value
Type | Description |
---|---|
MemBlock |
Prev
Gets the previous memory storage block.
Declaration
public MemBlock Prev { get; }
Property Value
Type | Description |
---|---|
MemBlock |