C# 클래스 xn.DepthGenerator

상속: MapGenerator
파일 보기 프로젝트 열기: roxlu/OpenNI 1 사용 예제들

공개 메소드들

메소드 설명
ConvertProjectiveToRealWorld ( Point3D projectivePoint ) : Point3D
ConvertProjectiveToRealWorld ( Point3D projectivePoints ) : xn.Point3D[]
ConvertRealWorldToProjective ( Point3D realWorldPoint ) : Point3D
ConvertRealWorldToProjective ( Point3D realWorldPoints ) : xn.Point3D[]
DepthGenerator ( Context context ) : System
DepthGenerator ( Context context, Query query ) : System
DepthGenerator ( Context context, Query query, EnumerationErrors errors ) : System
GetDepthMap ( ) : MapData
GetDepthMapPtr ( ) : IntPtr
GetDeviceMaxDepth ( ) : UInt16
GetFieldOfView ( ) : FieldOfView
GetMetaData ( ) : DepthMetaData
GetMetaData ( DepthMetaData depthMD ) : void
GetUserPositionCap ( ) : UserPositionCapability

비공개 메소드들

메소드 설명
Create ( Context context, Query query, EnumerationErrors errors ) : IntPtr
DepthGenerator ( IntPtr nodeHandle, bool addRef ) : System

메소드 상세

ConvertProjectiveToRealWorld() 공개 메소드

public ConvertProjectiveToRealWorld ( Point3D projectivePoint ) : Point3D
projectivePoint Point3D
리턴 Point3D

ConvertProjectiveToRealWorld() 공개 메소드

public ConvertProjectiveToRealWorld ( Point3D projectivePoints ) : xn.Point3D[]
projectivePoints Point3D
리턴 xn.Point3D[]

ConvertRealWorldToProjective() 공개 메소드

public ConvertRealWorldToProjective ( Point3D realWorldPoint ) : Point3D
realWorldPoint Point3D
리턴 Point3D

ConvertRealWorldToProjective() 공개 메소드

public ConvertRealWorldToProjective ( Point3D realWorldPoints ) : xn.Point3D[]
realWorldPoints Point3D
리턴 xn.Point3D[]

DepthGenerator() 공개 메소드

public DepthGenerator ( Context context ) : System
context Context
리턴 System

DepthGenerator() 공개 메소드

public DepthGenerator ( Context context, Query query ) : System
context Context
query Query
리턴 System

DepthGenerator() 공개 메소드

public DepthGenerator ( Context context, Query query, EnumerationErrors errors ) : System
context Context
query Query
errors EnumerationErrors
리턴 System

GetDepthMap() 공개 메소드

public GetDepthMap ( ) : MapData
리턴 MapData

GetDepthMapPtr() 공개 메소드

public GetDepthMapPtr ( ) : IntPtr
리턴 System.IntPtr

GetDeviceMaxDepth() 공개 메소드

public GetDeviceMaxDepth ( ) : UInt16
리턴 System.UInt16

GetFieldOfView() 공개 메소드

public GetFieldOfView ( ) : FieldOfView
리턴 FieldOfView

GetMetaData() 공개 메소드

public GetMetaData ( ) : DepthMetaData
리턴 DepthMetaData

GetMetaData() 공개 메소드

public GetMetaData ( DepthMetaData depthMD ) : void
depthMD DepthMetaData
리턴 void

GetUserPositionCap() 공개 메소드

public GetUserPositionCap ( ) : UserPositionCapability
리턴 UserPositionCapability