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_TYPE |
Visual Basic |
---|
Public Enumeration REDUCE_TYPE |
Visual C++ |
---|
public enum class REDUCE_TYPE |
Members
Member name | Value | Description | |
---|---|---|---|
CV_REDUCE_SUM | 0 | The output is the sum of all the matrix rows/columns | |
CV_REDUCE_AVG | 1 | The output is the mean vector of all the matrix rows/columns | |
CV_REDUCE_MAX | 2 | The output is the maximum (column/row-wise) of all the matrix rows/columns | |
CV_REDUCE_MIN | 3 | The output is the minimum (column/row-wise) of all the matrix rows/columns |