Returns the min / max location and values for the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Public Sub MinMax ( _ <OutAttribute> ByRef minValues As Double(), _ <OutAttribute> ByRef maxValues As Double(), _ <OutAttribute> ByRef minLocations As Point(), _ <OutAttribute> ByRef maxLocations As Point() _ )
public: virtual void MinMax( [OutAttribute] array<double>^% minValues, [OutAttribute] array<double>^% maxValues, [OutAttribute] array<Point>^% minLocations, [OutAttribute] array<Point>^% maxLocations ) sealed
Parameters
- minValues
- array<Double>[]()[][]%
The minimum values for each channel
- maxValues
- array<Double>[]()[][]%
The maximum values for each channel
- minLocations
- array<Point>[]()[][]%
The minimum locations for each channel
- maxLocations
- array<Point>[]()[][]%
The maximum locations for each channel