Show / Hide Table of Contents

Enum ReduceTypes

The reduction operations for cvReduce

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ReduceTypes
Remarks

https://github.com/opencv/opencv/blob/37c12db3668a1fbbfdb286be59f662c67cfbfea1/modules/core/include/opencv2/core.hpp#L231

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX