Struct MemStoragePos
Represents a memory storage position.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct MemStoragePos
Properties
| Improve this Doc View SourceFreeSpace
Gets the number of free bytes at the position.
Declaration
public int FreeSpace { get; }
Property Value
Type | Description |
---|---|
Int32 |
Top
Gets the memory block at the top of the position.
Declaration
public MemBlock Top { get; }
Property Value
Type | Description |
---|---|
MemBlock |