コード例 #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);
 }
コード例 #2
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;
 }
コード例 #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);
コード例 #4
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);