Returns the min / max location and values for the image
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.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