NativeMethodscvLogPolar Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void cvLogPolar(
	IntPtr src,
	IntPtr dst,
	CvPoint2D32f center,
	double M,
	Interpolation flags
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

center
Type: OpenCvSharpCvPoint2D32f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

M
Type: SystemDouble

[Missing <param name="M"/> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

flags
Type: OpenCvSharpInterpolation

[Missing <param name="flags"/> documentation for "M:OpenCvSharp.NativeMethods.cvLogPolar(System.IntPtr,System.IntPtr,OpenCvSharp.CvPoint2D32f,System.Double,OpenCvSharp.Interpolation)"]

See Also

Reference