예제 #1
0
 public static int Tango3DR_update(IntPtr context, ref APIPointCloud cloud, ref APIPose cloud_pose,
                                   ref APIImageBuffer image, ref APIPose image_pose,
                                   ref APICameraCalibration calibration, out IntPtr updated_indices)
 {
     updated_indices = IntPtr.Zero;
     return((int)Status.SUCCESS);
 }
 public static int Tango3DR_update(IntPtr context, ref APIPointCloud cloud, ref APIPose cloud_pose,
                                   ref APIImageBuffer image, ref APIPose image_pose,
                                   ref APICameraCalibration calibration, out IntPtr updated_indices)
 {
     updated_indices = IntPtr.Zero;
     return (int)Status.SUCCESS;
 }
예제 #3
0
 public static extern int Tango3DR_update(IntPtr context, ref APIPointCloud cloud, ref APIPose cloud_pose,
                                          ref APIImageBuffer image, ref APIPose image_pose,
                                          ref APICameraCalibration calibration, out IntPtr updated_indices);
 public static extern int Tango3DR_update(IntPtr context, ref APIPointCloud cloud, ref APIPose cloud_pose,
                                          ref APIImageBuffer image, ref APIPose image_pose,
                                          ref APICameraCalibration calibration, out IntPtr updated_indices);