Array diagonal
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Main | 0 | corresponds to the main diagonal | |
Above | 1 | corresponds to the diagonal above the main etc. | |
Below | -1 | corresponds to the diagonal below the main etc. |
See Also