15 private object _object;
20 public UInt32
bpp {
get {
return _properties.
bpp; } }
21 public UInt32
width {
get {
return _properties.
width; } }
27 public byte[]
AsByteArray {
get {
return _object as
byte[]; } }
40 this._object = MemoryManager.GetPinnedObject(image.
data);
The DistortionData class contains the distortion map for correcting the lens distortion of an image.
The Image class represents a stereo image pair from the Leap Motion device.
ImageData(Image.CameraType camera, LEAP_IMAGE image, DistortionData distortionData)
UInt64 DistortionMatrixKey
static int DistortionSize
LEAP_IMAGE_PROPERTIES properties