CvInvokeLogPolar Method |
Namespace: Emgu.CV
public static void LogPolar( IInputArray src, IOutputArray dst, PointF center, double M, Inter interpolationType = Inter.Linear, Warp warpType = Warp.FillOutliers )
Public Shared Sub LogPolar ( src As IInputArray, dst As IOutputArray, center As PointF, M As Double, Optional interpolationType As Inter = Inter.Linear, Optional warpType As Warp = Warp.FillOutliers )
public: static void LogPolar( IInputArray^ src, IOutputArray^ dst, PointF center, double M, Inter interpolationType = Inter::Linear, Warp warpType = Warp::FillOutliers )
static member LogPolar : src : IInputArray * dst : IOutputArray * center : PointF * M : 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,