http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Type used for cvReduce function
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public enum REDUCE_DIMENSION |
Visual Basic |
---|
Public Enumeration REDUCE_DIMENSION |
Visual C++ |
---|
public enum class REDUCE_DIMENSION |
Members
Member name | Value | Description | |
---|---|---|---|
SINGLE_ROW | 0 | The matrix is reduced to a single row | |
SINGLE_COL | 1 | The matrix is reduced to a single column | |
AUTO | -1 | The dimension is chosen automatically by analysing the dst size |