C# 클래스 Emgu.CV.Octree

Oct-Tree
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
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