Show / Hide Table of Contents

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]

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX