CvInvokeLinearPolar Method |
Namespace: Emgu.CV
public static void LinearPolar( IInputArray src, IOutputArray dst, PointF center, double maxRadius, Inter interpolationType = 1, Warp warpType = 8 )
Public Shared Sub LinearPolar ( src As IInputArray, dst As IOutputArray, center As PointF, maxRadius As Double, Optional interpolationType As Inter = 1, Optional warpType As Warp = 8 )
public: static void LinearPolar( IInputArray^ src, IOutputArray^ dst, PointF^ center, double maxRadius, Inter^ interpolationType = 1, Warp^ warpType = 8 )
static member LinearPolar : src : IInputArray * dst : IOutputArray * center : PointF * maxRadius : float * ?interpolationType : Inter * ?warpType : Warp (* Defaults: let _interpolationType = defaultArg interpolationType 1 let _warpType = defaultArg warpType 8 *) -> unit
2019 Emgu Corporation, All Rights Reserved,