Click or drag to resize

ImageTColor, TDepthLogPolar Method

http://www.emgu.com
Convert the image to log polar, simulating the human foveal vision

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> LogPolar(
	PointF center,
	double magnitude,
	Inter interpolationType = Inter.Linear,
	Warp warpType = Warp.FillOutliers
)

Parameters

center
Type: System.DrawingPointF
The transformation center, where the output precision is maximal
magnitude
Type: SystemDouble
Magnitude scale parameter
interpolationType (Optional)
Type: Emgu.CV.CvEnumInter
interpolation type
warpType (Optional)
Type: Emgu.CV.CvEnumWarp
Warp type

Return Value

Type: ImageTColor, TDepth
The converted image
See Also