ReduceTypeReduceMax Field |
http://www.emgu.com
The output is the maximum (column/row-wise) of all the matrix rows/columns
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const ReduceType ReduceMax = 2
Public Const ReduceMax As ReduceType = 2
public:
literal ReduceType^ ReduceMax = 2
static val mutable ReduceMax: ReduceType
Field Value
Type:
ReduceType
See Also