NativeMethodsimgproc_phaseCorrelateRes Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Point2d imgproc_phaseCorrelateRes( IntPtr src1, IntPtr src2, IntPtr window, out double response )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_phaseCorrelateRes ( src1 As IntPtr, src2 As IntPtr, window As IntPtr, <OutAttribute> ByRef response As Double ) As Point2d
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Point2d imgproc_phaseCorrelateRes( IntPtr src1, IntPtr src2, IntPtr window, [OutAttribute] double% response )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_phaseCorrelateRes : src1 : IntPtr * src2 : IntPtr * window : IntPtr * response : float byref -> Point2d
OpenCvSharp.NativeMethods.imgproc_phaseCorrelateRes = function(src1, src2, window, response);