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