CudaMem Properties OpenCvSharp Class Library

The CudaMem type exposes the following members.

Properties

  NameDescription
Public propertyAllocType
Public propertyCols
the number of columns
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyData
pointer to the data
Public propertyDataEnd
helper fields used in locateROI and adjustROI
Public propertyDataStart
helper fields used in locateROI and adjustROI
Public propertyFlags
includes several bit-fields: 1.the magic signature 2.continuity flag 3.depth 4.number of channels
Public propertyHeight
the number of rows
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyRefCount
pointer to the reference counter; when matrix points to user-allocated data, the pointer is NULL
Public propertyRows
the number of rows
Public propertyWidth
the number of columns
Top
See Also

Reference