Click or drag to resize

MatType Structure

Matrix data type (depth and number of channels)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public readonly struct MatType : IEquatable<MatType>, 
	IEquatable<int>

The MatType type exposes the following members.

Constructors
  NameDescription
Public methodMatType
Initializes a new instance of the MatType class
Top
Properties
  NameDescription
Public propertyChannels
Public propertyDepth
Public propertyIsInteger
Public propertyValue
Entity value
Top
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberCV_16S
type depth constants
Public fieldStatic memberCV_16SC1
predefined type constants
Public fieldStatic memberCV_16SC2
predefined type constants
Public fieldStatic memberCV_16SC3
predefined type constants
Public fieldStatic memberCV_16SC4
predefined type constants
Public fieldStatic memberCV_16U
type depth constants
Public fieldStatic memberCV_16UC1
predefined type constants
Public fieldStatic memberCV_16UC2
predefined type constants
Public fieldStatic memberCV_16UC3
predefined type constants
Public fieldStatic memberCV_16UC4
predefined type constants
Public fieldStatic memberCV_32F
type depth constants
Public fieldStatic memberCV_32FC1
predefined type constants
Public fieldStatic memberCV_32FC2
predefined type constants
Public fieldStatic memberCV_32FC3
predefined type constants
Public fieldStatic memberCV_32FC4
predefined type constants
Public fieldStatic memberCV_32S
type depth constants
Public fieldStatic memberCV_32SC1
predefined type constants
Public fieldStatic memberCV_32SC2
predefined type constants
Public fieldStatic memberCV_32SC3
predefined type constants
Public fieldStatic memberCV_32SC4
predefined type constants
Public fieldStatic memberCV_64F
type depth constants
Public fieldStatic memberCV_64FC1
predefined type constants
Public fieldStatic memberCV_64FC2
predefined type constants
Public fieldStatic memberCV_64FC3
predefined type constants
Public fieldStatic memberCV_64FC4
predefined type constants
Public fieldStatic memberCV_8S
type depth constants
Public fieldStatic memberCV_8SC1
predefined type constants
Public fieldStatic memberCV_8SC2
predefined type constants
Public fieldStatic memberCV_8SC3
predefined type constants
Public fieldStatic memberCV_8SC4
predefined type constants
Public fieldStatic memberCV_8U
type depth constants
Public fieldStatic memberCV_8UC1
predefined type constants
Public fieldStatic memberCV_8UC2
predefined type constants
Public fieldStatic memberCV_8UC3
predefined type constants
Public fieldStatic memberCV_8UC4
predefined type constants
Public fieldStatic memberCV_USRTYPE1
type depth constants
Top
See Also