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