NativeMethodsimgproc_phaseCorrelate Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_phaseCorrelate( IntPtr src1, IntPtr src2, IntPtr window, out double response, out Point2d returnValue )
Public Shared Function imgproc_phaseCorrelate ( src1 As IntPtr, src2 As IntPtr, window As IntPtr, <OutAttribute> ByRef response As Double, <OutAttribute> ByRef returnValue As Point2d ) As ExceptionStatus
public: static ExceptionStatus imgproc_phaseCorrelate( IntPtr src1, IntPtr src2, IntPtr window, [OutAttribute] double% response, [OutAttribute] Point2d% returnValue )
static member imgproc_phaseCorrelate : src1 : IntPtr * src2 : IntPtr * window : IntPtr * response : float byref * returnValue : Point2d byref -> ExceptionStatus
[Missing <param name="src1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
[Missing <param name="src2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
[Missing <param name="window"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
[Missing <param name="response"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]