OpenCvSharp.NativeMethods.core_FileNode_new1 C# (CSharp) Method

core_FileNode_new1() private method

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

Usage Example

コード例 #1
0
        // ReSharper disable InconsistentNaming

        #region Init & Disposal

        /// <summary>
        /// The default constructor
        /// </summary>
        public FileNode()
        {
            ptr = NativeMethods.core_FileNode_new1();
        }
All Usage Examples Of OpenCvSharp.NativeMethods::core_FileNode_new1
NativeMethods