Cv2LogPolar Method |
Namespace: OpenCvSharp
public static void LogPolar( InputArray src, OutputArray dst, Point2f center, double m, InterpolationFlags flags )
Public Shared Sub LogPolar ( src As InputArray, dst As OutputArray, center As Point2f, m As Double, flags As InterpolationFlags )
public: static void LogPolar( InputArray^ src, OutputArray^ dst, Point2f center, double m, InterpolationFlags flags )
static member LogPolar : src : InputArray * dst : OutputArray * center : Point2f * m : float * flags : InterpolationFlags -> unit