Returns the min / max location and values for the image

C# | Visual Basic | Visual C++ |
void MinMax( out double[] minValues, out double[] maxValues, out MCvPoint[] minLocations, out MCvPoint[] maxLocations )
Sub MinMax ( _ <OutAttribute> ByRef minValues As Double(), _ <OutAttribute> ByRef maxValues As Double(), _ <OutAttribute> ByRef minLocations As MCvPoint(), _ <OutAttribute> ByRef maxLocations As MCvPoint() _ )
void MinMax( [OutAttribute] array<double>^% minValues, [OutAttribute] array<double>^% maxValues, [OutAttribute] array<MCvPoint>^% minLocations, [OutAttribute] array<MCvPoint>^% maxLocations )

- minValues ( array< Double >[]()[] %)
[Missing <param name="minValues"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,Emgu.CV.MCvPoint[]@,Emgu.CV.MCvPoint[]@)"]
- maxValues ( array< Double >[]()[] %)
[Missing <param name="maxValues"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,Emgu.CV.MCvPoint[]@,Emgu.CV.MCvPoint[]@)"]
- minLocations ( array< MCvPoint >[]()[] %)
[Missing <param name="minLocations"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,Emgu.CV.MCvPoint[]@,Emgu.CV.MCvPoint[]@)"]
- maxLocations ( array< MCvPoint >[]()[] %)
[Missing <param name="maxLocations"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,Emgu.CV.MCvPoint[]@,Emgu.CV.MCvPoint[]@)"]

Returns the min / max location and values for the image