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