Type used for cvReduce function

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public enum REDUCE_DIMENSION
Visual Basic (Declaration)
Public Enumeration REDUCE_DIMENSION
Visual C++
public enum class REDUCE_DIMENSION

Members

Member nameDescription
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

See Also