[This is preliminary documentation and is subject to change.]
Type used for cvReduce function
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
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
|