http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find the approximate nearest position in 3D
Namespace: Emgu.CV.FlannAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public int ApproximateNearestNeighbour( MCvPoint3D32f position, out double squareDist ) |
Visual Basic |
---|
Public Function ApproximateNearestNeighbour ( _ position As MCvPoint3D32f, _ <OutAttribute> ByRef squareDist As Double _ ) As Integer |
Visual C++ |
---|
public: int ApproximateNearestNeighbour( MCvPoint3D32f position, [OutAttribute] double% squareDist ) |
Parameters
- position
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The position to start the search from
- squareDist
- Type: System..::..Double%
The square distance of the nearest neighbour