| MatFlags Property |
includes several bit-fields:
- the magic signature
- continuity flag
- depth
- number of channels
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int Flags { get; }
Public ReadOnly Property Flags As Integer
Get
public:
property int Flags {
int get ();
}
member Flags : int with get
Property Value
Type:
Int32See Also