Table of Contents

Enum ReduceDimension

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

The dimension index along which the matrix is reduce.

public enum ReduceDimension

Fields

Auto = -1

The dimension is chosen automatically by analysing the dst size. [= -1]

Column = 1

The matrix is reduced to a single column. [= 1]

Row = 0

The matrix is reduced to a single row. [= 0]