Table of Contents

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

input InputArray

Contour (set of points) to apply the transformation to.

output OutputArray

Output contour. If null, only the cost is returned without writing the output.

Returns

float

The transformation cost.