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