Convert the image to log polar, simulating the human foveal vision
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function LogPolar ( _
center As PointF, _
M As Double, _
flags As Integer _
) As Image(Of TColor, TDepth) |
Parameters
- center
- Type: System.Drawing..::.PointF
The transformation center, where the output precision is maximal
- M
- Type: System..::.Double
Magnitude scale parameter
- flags
- Type: System..::.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
See Also