http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Convert the image to log polar, simulating the human foveal vision
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> LogPolar( PointF center, double magnitude, INTER interpolationType, WARP warpType ) |
Visual Basic |
---|
Public Function LogPolar ( _ center As PointF, _ magnitude As Double, _ interpolationType As INTER, _ warpType As WARP _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ LogPolar( PointF center, double magnitude, INTER interpolationType, WARP warpType ) |
Parameters
- center
- Type: System.Drawing..::..PointF
The transformation center, where the output precision is maximal
- magnitude
- Type: System..::..Double
Magnitude scale parameter
- interpolationType
- Type: Emgu.CV.CvEnum..::..INTER
interpolation type
- warpType
- Type: Emgu.CV.CvEnum..::..WARP
Warp type