http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Returns the min / max locations and values for the matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void MinMax( out double minValue, out double maxValue, out Point minLocation, out Point maxLocation ) |
Visual Basic |
---|
Public Sub MinMax ( _ <OutAttribute> ByRef minValue As Double, _ <OutAttribute> ByRef maxValue As Double, _ <OutAttribute> ByRef minLocation As Point, _ <OutAttribute> ByRef maxLocation As Point _ ) |
Visual C++ |
---|
public: void MinMax( [OutAttribute] double% minValue, [OutAttribute] double% maxValue, [OutAttribute] Point% minLocation, [OutAttribute] Point% maxLocation ) |
Parameters
- minValue
- Type: System..::..Double%
[Missing <param name="minValue"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,System.Drawing.Point@,System.Drawing.Point@)"]
- maxValue
- Type: System..::..Double%
[Missing <param name="maxValue"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,System.Drawing.Point@,System.Drawing.Point@)"]
- minLocation
- Type: System.Drawing..::..Point%
[Missing <param name="minLocation"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,System.Drawing.Point@,System.Drawing.Point@)"]
- maxLocation
- Type: System.Drawing..::..Point%
[Missing <param name="maxLocation"/> documentation for "M:Emgu.CV.Matrix`1.MinMax(System.Double@,System.Double@,System.Drawing.Point@,System.Drawing.Point@)"]