Enum ReduceDimension
The dimension index along which the matrix is reduce.
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ReduceDimension
Fields
Name | Description |
---|---|
Auto | The dimension is chosen automatically by analysing the dst size. [= -1] |
Column | The matrix is reduced to a single column. [= 1] |
Row | The matrix is reduced to a single row. [= 0] |