C# Class Emgu.CV.Flann.Index3D

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DisposeObject ( ) : void

Release the resource used by this object

Method Details

ApproximateNearestNeighbour() public méthode

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
Résultat int

DisposeObject() protected méthode

Release the resource used by this object
protected DisposeObject ( ) : void
Résultat void

Index3D() public méthode

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