Index3DNearestNeighbor Method |
http://www.emgu.com
Find the approximate nearest position in 3D
Namespace:
Emgu.CV.Flann
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Index3DNeighbor NearestNeighbor(
MCvPoint3D32f position
)
Public Function NearestNeighbor (
position As MCvPoint3D32f
) As Index3DNeighbor
public:
Index3DNeighbor NearestNeighbor(
MCvPoint3D32f position
)
member NearestNeighbor :
position : MCvPoint3D32f -> Index3DNeighbor
Parameters
- position
- Type: Emgu.CV.StructureMCvPoint3D32f
The position to start the search from
Return Value
Type:
Index3DNeighborThe nearest neighbor (may be an approximation, depends in the index type).
See Also