The GpuMat type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
Bpp | ||
Col |
Indexer to access GpuMat column
| |
Cols |
the number of columns
| |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
Data |
pointer to the data
| |
DataEnd |
helper fields used in locateROI and adjustROI
| |
DataStart |
helper fields used in locateROI and adjustROI
| |
Flags |
includes several bit-fields:
1.the magic signature
2.continuity flag
3.depth
4.number of channels
| |
Height |
the number of rows
| |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) | |
ItemRect | ||
ItemRange, Range | ||
ItemInt32, Int32, Int32, Int32 |
Extracts a rectangular submatrix.
| |
RefCount |
pointer to the reference counter;
when matrix points to user-allocated data, the pointer is NULL
| |
Row |
Indexer to access GpuMat row
| |
Rows |
the number of rows
| |
Width |
the number of columns
|
See Also