Click or drag to resize

NativeMethodsimgproc_phaseCorrelate Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_phaseCorrelate(
	IntPtr src1,
	IntPtr src2,
	IntPtr window,
	out double response,
	out Point2d returnValue
)

Parameters

src1
Type: SystemIntPtr

[Missing <param name="src1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

src2
Type: SystemIntPtr

[Missing <param name="src2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

window
Type: SystemIntPtr

[Missing <param name="window"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

response
Type: SystemDouble

[Missing <param name="response"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

returnValue
Type: OpenCvSharpPoint2d

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_phaseCorrelate(System.IntPtr,System.IntPtr,System.IntPtr,System.Double@,OpenCvSharp.Point2d@)"]

See Also