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
transformingShapeInputArrayContour defining first shape.
targetShapeInputArrayContour defining second shape (to which the first will be transformed).
matchesIEnumerable<DMatch>Vector of matching points between the two contours.