OpenCvSharp.NativeMethods.vector_Point3f_new1 C# (CSharp) Method

vector_Point3f_new1() private method

private vector_Point3f_new1 ( ) : IntPtr
return IntPtr
        public static extern IntPtr vector_Point3f_new1();
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]

Usage Example

コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 public VectorOfPoint3f()
 {
     ptr = NativeMethods.vector_Point3f_new1();
 }
NativeMethods