Click or drag to resize

Mat Properties

http://www.emgu.com

The Mat type exposes the following members.

Properties
  NameDescription
Public propertyCols
The number of columns
Public propertyDataPointer
Pointer to the beginning of the raw data
Public propertyDepth
Depth type
Public propertyDims
The matrix dimensionality
Public propertyElementSize
The size of the elements in this matrix
Public propertyHeight
Get the height of the mat.
Public propertyIsContinuous
True if the data is continues
Public propertyIsEmpty
True if the Mat 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 propertySizeOfDimension
Get an array of the size of the dimensions. e.g. if the mat is 9x10x11, the array of {9, 10, 11} will be returned.
Public propertyStep
Step
Public propertyTotal
The method returns the number of array elements (a number of pixels if the array represents an image)
Public propertyWidth
Get the width of the mat
Top
See Also