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
Members
Member name | Value | Description | |
---|---|---|---|
Row | 0 | The matrix is reduced to a single row. [= 0] | |
Column | 1 | The matrix is reduced to a single column. [= 1] | |
Auto | -1 | The dimension is chosen automatically by analysing the dst size. [= -1] |
See Also