Click or drag to resize

MatGetValueRange Method

http://www.emgu.com
Get the minimum and maximum value across all channels of the mat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public RangeF GetValueRange()

Return Value

Type: RangeF
The range that contains the minimum and maximum values
See Also