Returns the min / max locations and values for the matrix

C# | Visual Basic | Visual C++ |
public void MinMax( out double minValue, out double maxValue, out MCvPoint minLocation, out MCvPoint maxLocation )
Public Sub MinMax ( _ <OutAttribute> ByRef minValue As Double, _ <OutAttribute> ByRef maxValue As Double, _ <OutAttribute> ByRef minLocation As MCvPoint, _ <OutAttribute> ByRef maxLocation As MCvPoint _ )
public: void MinMax( [OutAttribute] double% minValue, [OutAttribute] double% maxValue, [OutAttribute] MCvPoint% minLocation, [OutAttribute] MCvPoint% maxLocation )

- minValue ( Double %)
[Missing <param name="minValue"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,Emgu.CV.MCvPoint@,Emgu.CV.MCvPoint@)"]
- maxValue ( Double %)
[Missing <param name="maxValue"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,Emgu.CV.MCvPoint@,Emgu.CV.MCvPoint@)"]
- minLocation ( MCvPoint %)
[Missing <param name="minLocation"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,Emgu.CV.MCvPoint@,Emgu.CV.MCvPoint@)"]
- maxLocation ( MCvPoint %)
[Missing <param name="maxLocation"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,Emgu.CV.MCvPoint@,Emgu.CV.MCvPoint@)"]