C# 클래스 Emgu.CV.Flann.Index3D

Create index for 3D points
상속: Emgu.Util.UnmanagedObject
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

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