Click or drag to resize

Cv2LogPolar Method

Remaps an image to log-polar space.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void LogPolar(
	InputArray src,
	OutputArray dst,
	Point2f center,
	double m,
	InterpolationFlags flags
)

Parameters

src
Type: OpenCvSharpInputArray
Source image
dst
Type: OpenCvSharpOutputArray
Destination image
center
Type: OpenCvSharpPoint2f
The transformation center; where the output precision is maximal
m
Type: SystemDouble
Magnitude scale parameter.
flags
Type: OpenCvSharpInterpolationFlags
A combination of interpolation methods, see cv::InterpolationFlags
See Also