Esempio n. 1
0
 public static extern LEAP_VECTOR  LeapPixelToRectilinear(IntPtr hConnection, eLeapPerspectiveType camera, LEAP_VECTOR pixel);
Esempio n. 2
0
 public static extern LEAP_VECTOR  LeapRectilinearToPixel(IntPtr hConnection, eLeapPerspectiveType camera, LEAP_VECTOR rectilinear);
Esempio n. 3
0
 public static extern LEAP_VECTOR LeapRectilinearToPixelEx(IntPtr hConnection,
                                                           IntPtr hDevice, eLeapPerspectiveType camera, eLeapCameraCalibrationType calibrationType, LEAP_VECTOR rectilinear);