Enum MatDiagType
diagonal type
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum MatDiagType
Fields
Name | Description |
---|---|
Lower | a diagonal from the lower half [> 0] |
Main | Main diagonal [= 0] |
Upper | a diagonal from the upper half [< 0] |