Emgu CV Library Documentation
LogPolar Method (center, M, flags)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)LogPolar(PointF, Double, Int32)

www.emgu.com/wiki
Convert the image to log polar, simulating the human foveal vision
Declaration Syntax
C#Visual BasicVisual C++
public Image<TColor, TDepth> LogPolar(
	PointF center,
	double M,
	int flags
)
Public Function LogPolar ( _
	center As PointF, _
	M As Double, _
	flags As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ LogPolar(
	PointF center, 
	double M, 
	int flags
)
Parameters
center (PointF)
The transformation center, where the output precision is maximal
M (Double)
Magnitude scale parameter
flags (Int32)
A combination of interpolation method and the optional flag CV_WARP_FILL_OUTLIERS and/or CV_WARP_INVERSE_MAP
Return Value
The converted image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)