http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Returns the min / max location and values for the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
void MinMax( out double[] minValues, out double[] maxValues, out Point[] minLocations, out Point[] maxLocations ) |
Visual Basic |
---|
Sub MinMax ( _ <OutAttribute> ByRef minValues As Double(), _ <OutAttribute> ByRef maxValues As Double(), _ <OutAttribute> ByRef minLocations As Point(), _ <OutAttribute> ByRef maxLocations As Point() _ ) |
Visual C++ |
---|
void MinMax( [OutAttribute] array<double>^% minValues, [OutAttribute] array<double>^% maxValues, [OutAttribute] array<Point>^% minLocations, [OutAttribute] array<Point>^% maxLocations ) |
Parameters
- minValues
- Type: array<System..::..Double>[]()[][]%
[Missing <param name="minValues"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,System.Drawing.Point[]@,System.Drawing.Point[]@)"]
- maxValues
- Type: array<System..::..Double>[]()[][]%
[Missing <param name="maxValues"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,System.Drawing.Point[]@,System.Drawing.Point[]@)"]
- minLocations
- Type: array<System.Drawing..::..Point>[]()[][]%
[Missing <param name="minLocations"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,System.Drawing.Point[]@,System.Drawing.Point[]@)"]
- maxLocations
- Type: array<System.Drawing..::..Point>[]()[][]%
[Missing <param name="maxLocations"/> documentation for "M:Emgu.CV.IImage.MinMax(System.Double[]@,System.Double[]@,System.Drawing.Point[]@,System.Drawing.Point[]@)"]