Click or drag to resize

UMat Properties

http://www.emgu.com

The UMat type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Get or Set the raw image data
Public propertyCols
The number of columns
Public propertyDepth
Depth type
Public propertyDims
The matrix dimensionality
Public propertyElementSize
The size of the elements in this matrix
Public propertyIsContinuous
True if the data is continues
Public propertyIsEmpty
True if the matrix is empty
Public propertyIsSubmatrix
True if the matrix is a submatrix of another matrix
Public propertyNumberOfChannels
Number of channels
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyRows
The number of rows
Public propertySize
The size of this matrix
Public propertyTotal
The method returns the number of array elements (a number of pixels if the array represents an image)
Top
See Also