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