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