C# Класс Emgu.CV.Flann.Index3D

Create index for 3D points
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the resource used by this object

Описание методов

ApproximateNearestNeighbour() публичный Метод

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
Результат int

DisposeObject() защищенный Метод

Release the resource used by this object
protected DisposeObject ( ) : void
Результат void

Index3D() публичный Метод

Create a linear flann index for 3D points
public Index3D ( MCvPoint3D32f points ) : System
points MCvPoint3D32f The IPosition3D array
Результат System