Enum ReduceTypes
The reduction operations for cvReduce
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ReduceTypes
Remarks
Fields
Name | Description |
---|---|
Avg | The output is the mean vector of all the matrix rows/columns. |
Max | The output is the maximum (column/row-wise) of all the matrix rows/columns. |
Min | The output is the minimum (column/row-wise) of all the matrix rows/columns. |
Sum | The output is the sum of all the matrix rows/columns. |