Compute the minimum and maximum value from the points
Namespace: Emgu.CV.UtilAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public static void GetMinMax( IEnumerable<MCvPoint3D64f> points, out MCvPoint3D64f min, out MCvPoint3D64f max )
Public Shared Sub GetMinMax ( _ points As IEnumerable(Of MCvPoint3D64f), _ <OutAttribute> ByRef min As MCvPoint3D64f, _ <OutAttribute> ByRef max As MCvPoint3D64f _ )
public: static void GetMinMax( IEnumerable<MCvPoint3D64f>^ points, [OutAttribute] MCvPoint3D64f% min, [OutAttribute] MCvPoint3D64f% max )
Parameters
- points
- IEnumerable<(Of <(<'MCvPoint3D64f>)>)>
The points
- min
- MCvPoint3D64f%
The minimum x,y,z values
- max
- MCvPoint3D64f%
The maximum x,y,z values