Click or drag to resize

ReduceType Fields

http://www.emgu.com

The ReduceType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberReduceAvg
The output is the mean vector of all the matrix rows/columns
Public fieldStatic memberReduceMax
The output is the maximum (column/row-wise) of all the matrix rows/columns
Public fieldStatic memberReduceMin
The output is the minimum (column/row-wise) of all the matrix rows/columns
Public fieldStatic memberReduceSum
The output is the sum of all the matrix rows/columns
Public fieldvalue__
Top
See Also