C# Класс Emgu.CV.Octree

Oct-Tree
Наследование: Emgu.Util.UnmanagedObject
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BuildTree ( MCvPoint3D32f points, int maxLevels, int minPoints ) : void

Build an Oct-Tree from the given points

GetPointsWithinSphere ( MCvPoint3D32f center, float radius ) : MCvPoint3D32f[]

Get the points within the specific sphere

Octree ( ) : System

Create an empty Oct-Tree

Octree ( MCvPoint3D32f points, int maxLevels, int minPoints ) : System

Create an Oct-Tree from the given points

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

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

Release the Oct Tree

ReleaseManagedResources ( ) : void

Release the managed memory associated with this Oct Tree

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

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

Build an Oct-Tree from the given points
public BuildTree ( MCvPoint3D32f points, int maxLevels, int minPoints ) : void
points MCvPoint3D32f The points to be inserted into the Oct-Tree
maxLevels int The maximum levels of the Oct-Tree
minPoints int The minimum number of points in each level
Результат void

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

Release the Oct Tree
protected DisposeObject ( ) : void
Результат void

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

Get the points within the specific sphere
public GetPointsWithinSphere ( MCvPoint3D32f center, float radius ) : MCvPoint3D32f[]
center MCvPoint3D32f The center of the sphere
radius float The radius of the sphere
Результат MCvPoint3D32f[]

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

Create an empty Oct-Tree
public Octree ( ) : System
Результат System

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

Create an Oct-Tree from the given points
public Octree ( MCvPoint3D32f points, int maxLevels, int minPoints ) : System
points MCvPoint3D32f The points to be inserted into the Oct-Tree
maxLevels int The maximum levels of the Oct-Tree
minPoints int The minimum number of points in each level
Результат System

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

Release the managed memory associated with this Oct Tree
protected ReleaseManagedResources ( ) : void
Результат void