ReduceTypeReduceMin Field |
http://www.emgu.com
The output is the minimum (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 ReduceMin = 3
Public Const ReduceMin As ReduceType = 3
public:
literal ReduceType^ ReduceMin = 3
static val mutable ReduceMin: ReduceType
Field Value
Type:
ReduceType
See Also