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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Image<TColor, TDepth> LogPolar(
	PointF center,
	double magnitude,
	Inter interpolationType = 1,
	Warp warpType = 8
)

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