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
Syntaxpublic RangeF GetValueRange()
Public Function GetValueRange As RangeF
public:
RangeF^ GetValueRange()
member GetValueRange : unit -> RangeF
Return Value
Type:
RangeFThe range that contains the minimum and maximum values
See Also