CvLogPolar Method (CvArr, CvArr, CvPoint2D32f, Double, Interpolation) OpenCvSharp Class Library
Remaps image to log-polar space. The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking etc.

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

public static void LogPolar(
	CvArr src,
	CvArr dst,
	CvPoint2D32f center,
	double M,
	Interpolation flags
)

Parameters

src
Type: OpenCvSharpCvArr
Source image.
dst
Type: OpenCvSharpCvArr
Destination image.
center
Type: OpenCvSharpCvPoint2D32f
The transformation center, where the output precision is maximal.
M
Type: SystemDouble
Magnitude scale parameter. See below.
flags
Type: OpenCvSharpInterpolation
A combination of interpolation method and the optional flags.
See Also

Reference