Table of Contents

Method EstimateTransformation

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

EstimateTransformation(InputArray, InputArray, IEnumerable<DMatch>)

Estimate the transformation parameters of the current transformer algorithm, based on point matches.

public virtual void EstimateTransformation(InputArray transformingShape, InputArray targetShape, IEnumerable<DMatch> matches)

Parameters

transformingShape InputArray

Contour defining first shape.

targetShape InputArray

Contour defining second shape (to which the first will be transformed).

matches IEnumerable<DMatch>

Vector of matching points between the two contours.