Method ApplyTransformation
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ApplyTransformation(InputArray, OutputArray)
Apply a transformation to a contour, given a pre-estimated transformation.
public virtual float ApplyTransformation(InputArray input, OutputArray output = default)
Parameters
inputInputArrayContour (set of points) to apply the transformation to.
outputOutputArrayOutput contour. If null, only the cost is returned without writing the output.
Returns
- float
The transformation cost.