Tanoda
LeapInternal.ImageData Class Reference

Public Member Functions

 ImageData (Image.CameraType camera, LEAP_IMAGE image, DistortionData distortionData)
 

Properties

Image.CameraType camera [get, protected set]
 
eLeapImageType type [get]
 
eLeapImageFormat format [get]
 
UInt32 bpp [get]
 
UInt32 width [get]
 
UInt32 height [get]
 
float RayScaleX [get]
 
float RayScaleY [get]
 
float RayOffsetX [get]
 
float RayOffsetY [get]
 
byte[] AsByteArray [get]
 
float[] AsFloatArray [get]
 
UInt32 byteOffset [get, protected set]
 
int DistortionSize [get]
 
UInt64 DistortionMatrixKey [get, protected set]
 
DistortionData DistortionData [get, protected set]
 

Detailed Description

Definition at line 13 of file ImageData.cs.

Constructor & Destructor Documentation

◆ ImageData()

LeapInternal.ImageData.ImageData ( Image.CameraType  camera,
LEAP_IMAGE  image,
DistortionData  distortionData 
)

Definition at line 35 of file ImageData.cs.

Property Documentation

◆ AsByteArray

byte [] LeapInternal.ImageData.AsByteArray
get

Definition at line 27 of file ImageData.cs.

◆ AsFloatArray

float [] LeapInternal.ImageData.AsFloatArray
get

Definition at line 28 of file ImageData.cs.

◆ bpp

UInt32 LeapInternal.ImageData.bpp
get

Definition at line 20 of file ImageData.cs.

◆ byteOffset

UInt32 LeapInternal.ImageData.byteOffset
getprotected set

Definition at line 29 of file ImageData.cs.

◆ camera

Image.CameraType LeapInternal.ImageData.camera
getprotected set

Definition at line 17 of file ImageData.cs.

◆ DistortionData

DistortionData LeapInternal.ImageData.DistortionData
getprotected set

Definition at line 33 of file ImageData.cs.

◆ DistortionMatrixKey

UInt64 LeapInternal.ImageData.DistortionMatrixKey
getprotected set

Definition at line 32 of file ImageData.cs.

◆ DistortionSize

int LeapInternal.ImageData.DistortionSize
get

Definition at line 31 of file ImageData.cs.

◆ format

eLeapImageFormat LeapInternal.ImageData.format
get

Definition at line 19 of file ImageData.cs.

◆ height

UInt32 LeapInternal.ImageData.height
get

Definition at line 22 of file ImageData.cs.

◆ RayOffsetX

float LeapInternal.ImageData.RayOffsetX
get

Definition at line 25 of file ImageData.cs.

◆ RayOffsetY

float LeapInternal.ImageData.RayOffsetY
get

Definition at line 26 of file ImageData.cs.

◆ RayScaleX

float LeapInternal.ImageData.RayScaleX
get

Definition at line 23 of file ImageData.cs.

◆ RayScaleY

float LeapInternal.ImageData.RayScaleY
get

Definition at line 24 of file ImageData.cs.

◆ type

eLeapImageType LeapInternal.ImageData.type
get

Definition at line 18 of file ImageData.cs.

◆ width

UInt32 LeapInternal.ImageData.width
get

Definition at line 21 of file ImageData.cs.


The documentation for this class was generated from the following file: