MatType Structure OpenCvSharp Class Library
Matrix data type (depth and number of channels)

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public 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
Top
Methods

  NameDescription
Public methodStatic memberCV_16SC
Public methodStatic memberCV_16UC
Public methodStatic memberCV_32FC
Public methodStatic memberCV_32SC
Public methodStatic memberCV_64FC
Public methodStatic memberCV_8SC
Public methodStatic memberCV_8UC
Public methodEquals(Int32)
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(MatType)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberMakeType
Public methodToString
Top
Operators

  NameDescription
Public operatorStatic memberEquality(MatType, MatType)
Public operatorStatic memberEquality(MatType, Int32)
Public operatorStatic member(Int32 to MatType)
Public operatorStatic member(MatType to Int32)
Public operatorStatic memberInequality(MatType, MatType)
Public operatorStatic memberInequality(MatType, Int32)
Top
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
Public fieldValue
Entity value
Top
See Also

Reference