Click or drag to resize
CvInvokeLinearPolar Method
http://www.emgu.com
The function emulates the human "foveal" vision and can be used for fast scale and rotation-invariant template matching, for object tracking etc.

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void LinearPolar(
	IInputArray src,
	IOutputArray dst,
	PointF center,
	double maxRadius,
	Inter interpolationType = Inter.Linear,
	Warp warpType = Warp.FillOutliers
)

Parameters

src
Type: Emgu.CVIInputArray
Source image
dst
Type: Emgu.CVIOutputArray
Destination image
center
Type: System.DrawingPointF
The transformation center, where the output precision is maximal
maxRadius
Type: SystemDouble
Maximum radius
interpolationType (Optional)
Type: Emgu.CV.CvEnumInter
Interpolation method
warpType (Optional)
Type: Emgu.CV.CvEnumWarp
Warp method
See Also