Type used for cvReduce function
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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
|