C# Class Emgu.CV.Flann.Index3D

Create index for 3D points
Inheritance: Emgu.Util.UnmanagedObject
Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
ApproximateNearestNeighbour ( MCvPoint3D32f position, double &squareDist ) : int

Find the approximate nearest position in 3D

Index3D ( MCvPoint3D32f points ) : System

Create a linear flann index for 3D points

Protected Methods

Method Description
DisposeObject ( ) : void

Release the resource used by this object

Method Details

ApproximateNearestNeighbour() public method

Find the approximate nearest position in 3D
public ApproximateNearestNeighbour ( MCvPoint3D32f position, double &squareDist ) : int
position MCvPoint3D32f The position to start the search from
squareDist double The square distance of the nearest neighbour
return int

DisposeObject() protected method

Release the resource used by this object
protected DisposeObject ( ) : void
return void

Index3D() public method

Create a linear flann index for 3D points
public Index3D ( MCvPoint3D32f points ) : System
points MCvPoint3D32f The IPosition3D array
return System