NativeMethodsimgproc_phaseCorrelate Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Point2d imgproc_phaseCorrelate( IntPtr src1, IntPtr src2, IntPtr window )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_phaseCorrelate ( src1 As IntPtr, src2 As IntPtr, window As IntPtr ) As Point2d
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Point2d imgproc_phaseCorrelate( IntPtr src1, IntPtr src2, IntPtr window )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_phaseCorrelate : src1 : IntPtr * src2 : IntPtr * window : IntPtr -> Point2d
OpenCvSharp.NativeMethods.imgproc_phaseCorrelate = function(src1, src2, window);