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
The MatType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MatType | Initializes a new instance of the MatType class |
Properties
| Name | Description | |
|---|---|---|
| Channels | ||
| Depth | ||
| IsInteger |
Methods
| Name | Description | |
|---|---|---|
| CV_16SC | ||
| CV_16UC | ||
| CV_32FC | ||
| CV_32SC | ||
| CV_64FC | ||
| CV_8SC | ||
| CV_8UC | ||
| Equals(Int32) | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(MatType) | ||
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MakeType | ||
| ToString | (Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality(MatType, MatType) | ||
| Equality(MatType, Int32) | ||
| (Int32 to MatType) | ||
| (MatType to Int32) | ||
| Inequality(MatType, MatType) | ||
| Inequality(MatType, Int32) |
Fields
| Name | Description | |
|---|---|---|
| CV_16S |
type depth constants
| |
| CV_16SC1 |
predefined type constants
| |
| CV_16SC2 |
predefined type constants
| |
| CV_16SC3 |
predefined type constants
| |
| CV_16SC4 |
predefined type constants
| |
| CV_16U |
type depth constants
| |
| CV_16UC1 |
predefined type constants
| |
| CV_16UC2 |
predefined type constants
| |
| CV_16UC3 |
predefined type constants
| |
| CV_16UC4 |
predefined type constants
| |
| CV_32F |
type depth constants
| |
| CV_32FC1 |
predefined type constants
| |
| CV_32FC2 |
predefined type constants
| |
| CV_32FC3 |
predefined type constants
| |
| CV_32FC4 |
predefined type constants
| |
| CV_32S |
type depth constants
| |
| CV_32SC1 |
predefined type constants
| |
| CV_32SC2 |
predefined type constants
| |
| CV_32SC3 |
predefined type constants
| |
| CV_32SC4 |
predefined type constants
| |
| CV_64F |
type depth constants
| |
| CV_64FC1 |
predefined type constants
| |
| CV_64FC2 |
predefined type constants
| |
| CV_64FC3 |
predefined type constants
| |
| CV_64FC4 |
predefined type constants
| |
| CV_8S |
type depth constants
| |
| CV_8SC1 |
predefined type constants
| |
| CV_8SC2 |
predefined type constants
| |
| CV_8SC3 |
predefined type constants
| |
| CV_8SC4 |
predefined type constants
| |
| CV_8U |
type depth constants
| |
| CV_8UC1 |
predefined type constants
| |
| CV_8UC2 |
predefined type constants
| |
| CV_8UC3 |
predefined type constants
| |
| CV_8UC4 |
predefined type constants
| |
| CV_USRTYPE1 |
type depth constants
| |
| Value |
Entity value
|
See Also