public static extern ExceptionStatus core_Mat_push_back_Vec3d(IntPtr self, Vec3d v);
Beispiel #2
0
 public static extern ExceptionStatus calib3d_RQDecomp3x3_Mat(
     IntPtr src, IntPtr mtxR, IntPtr mtxQ,
     IntPtr qx, IntPtr qy, IntPtr qz, out Vec3d outVal);
Beispiel #3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 /// <returns></returns>
 public bool Equals(Vec3d other)
 {
     return(Item0.Equals(other.Item0) && Item1.Equals(other.Item1) && Item2.Equals(other.Item2));
 }
Beispiel #4
0
 public static extern void calib3d_RQDecomp3x3_Mat(IntPtr src, IntPtr mtxR, IntPtr mtxQ,
                                                   IntPtr qx, IntPtr qy, IntPtr qz, out Vec3d outVal);
 public static extern ExceptionStatus core_FileNode_read_Vec3d(IntPtr node, out Vec3d returnValue);
 public static extern void core_Mat_push_back_Vec3d(IntPtr self, Vec3d v);
 public static extern void core_FileStorage_shift_Vec3d(IntPtr fs, Vec3d val);