NativeMethodscore_Mat_IplImage_alignment Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_IplImage_alignment( IntPtr self, out IntPtr outImage )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_IplImage_alignment ( self As IntPtr, <OutAttribute> ByRef outImage As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_IplImage_alignment( IntPtr self, [OutAttribute] IntPtr% outImage )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_IplImage_alignment : self : IntPtr * outImage : IntPtr byref -> unit
OpenCvSharp.NativeMethods.core_Mat_IplImage_alignment = function(self, outImage);