Ejemplo n.º 1
0
 public static extern void cvStartWriteStruct(IntPtr fs, [MarshalAs(UnmanagedType.LPStr)] string name, int struct_flags, [MarshalAs(UnmanagedType.LPStr)] string type_name, CvAttrList attributes);
Ejemplo n.º 2
0
 public static extern void cvWrite(IntPtr fs, [MarshalAs(UnmanagedType.LPStr)] string name, IntPtr ptr, CvAttrList attributes);
Ejemplo n.º 3
0
 public static extern void cvSave([MarshalAs(UnmanagedType.LPStr)] string filename, IntPtr struct_ptr, [MarshalAs(UnmanagedType.LPStr)] string name, [MarshalAs(UnmanagedType.LPStr)] string comment, CvAttrList attributes);