ReduceDimension Enumeration |
Namespace: OpenCvSharp
| 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] |