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