The CudaMem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllocType | ||
| 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.) | |
| RefCount |
pointer to the reference counter;
when matrix points to user-allocated data, the pointer is NULL
| |
| Rows |
the number of rows
| |
| Width |
the number of columns
|
See Also