Table of Contents

Method TransformFD

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

TransformFD(InputArray, InputArray, OutputArray, bool)

Transform a contour using Fourier descriptors.

public static void TransformFD(InputArray src, InputArray t, OutputArray dst, bool fdContour = true)

Parameters

src InputArray

contour or Fourier descriptors if fdContour is true.

t InputArray

transform Mat given by ContourFitting.EstimateTransformation.

dst OutputArray

Mat of type CV_64FC2 and nbElt rows.

fdContour bool

true if src are Fourier descriptors; false if src is a contour.