Click or drag to resize

ReduceType Enumeration

http://www.emgu.com
Type used for Reduce function

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public enum ReduceType
Members
  Member nameValueDescription
ReduceSum0 The output is the sum of all the matrix rows/columns
ReduceAvg1 The output is the mean vector of all the matrix rows/columns
ReduceMax2 The output is the maximum (column/row-wise) of all the matrix rows/columns
ReduceMin3 The output is the minimum (column/row-wise) of all the matrix rows/columns
See Also