http://www.emgu.com
Get the minimum and maximum value across all channels of the mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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