C# Class xn.DepthGenerator

Inheritance: MapGenerator
Afficher le fichier Open project: roxlu/OpenNI Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Create ( Context context, Query query, EnumerationErrors errors ) : IntPtr
DepthGenerator ( IntPtr nodeHandle, bool addRef ) : System

Method Details

ConvertProjectiveToRealWorld() public méthode

public ConvertProjectiveToRealWorld ( Point3D projectivePoint ) : Point3D
projectivePoint Point3D
Résultat Point3D

ConvertProjectiveToRealWorld() public méthode

public ConvertProjectiveToRealWorld ( Point3D projectivePoints ) : xn.Point3D[]
projectivePoints Point3D
Résultat xn.Point3D[]

ConvertRealWorldToProjective() public méthode

public ConvertRealWorldToProjective ( Point3D realWorldPoint ) : Point3D
realWorldPoint Point3D
Résultat Point3D

ConvertRealWorldToProjective() public méthode

public ConvertRealWorldToProjective ( Point3D realWorldPoints ) : xn.Point3D[]
realWorldPoints Point3D
Résultat xn.Point3D[]

DepthGenerator() public méthode

public DepthGenerator ( Context context ) : System
context Context
Résultat System

DepthGenerator() public méthode

public DepthGenerator ( Context context, Query query ) : System
context Context
query Query
Résultat System

DepthGenerator() public méthode

public DepthGenerator ( Context context, Query query, EnumerationErrors errors ) : System
context Context
query Query
errors EnumerationErrors
Résultat System

GetDepthMap() public méthode

public GetDepthMap ( ) : MapData
Résultat MapData

GetDepthMapPtr() public méthode

public GetDepthMapPtr ( ) : IntPtr
Résultat System.IntPtr

GetDeviceMaxDepth() public méthode

public GetDeviceMaxDepth ( ) : UInt16
Résultat System.UInt16

GetFieldOfView() public méthode

public GetFieldOfView ( ) : FieldOfView
Résultat FieldOfView

GetMetaData() public méthode

public GetMetaData ( ) : DepthMetaData
Résultat DepthMetaData

GetMetaData() public méthode

public GetMetaData ( DepthMetaData depthMD ) : void
depthMD DepthMetaData
Résultat void

GetUserPositionCap() public méthode

public GetUserPositionCap ( ) : UserPositionCapability
Résultat UserPositionCapability