ReduceDimension Enumeration OpenCvSharp Class Library
The dimension index along which the matrix is reduce.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ReduceDimension
Members

  Member nameValueDescription
Row0 The matrix is reduced to a single row. [= 0]
Column1 The matrix is reduced to a single column. [= 1]
Auto-1 The dimension is chosen automatically by analysing the dst size. [= -1]
See Also

Reference