Table of Contents

Class ShapeTransformer

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Abstract base class for shape transformation algorithms.

public abstract class ShapeTransformer : Algorithm, IDisposable
Inheritance
ShapeTransformer
Implements
Derived
Inherited Members

Constructors

ShapeTransformer(nint, nint, Action<nint>)

Constructor for the factory pattern (cv::Ptr<T>* + raw T*).

Methods

ApplyTransformation(InputArray, OutputArray)

Apply a transformation to a contour, given a pre-estimated transformation.

EstimateTransformation(InputArray, InputArray, IEnumerable<DMatch>)

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

WarpImage(InputArray, OutputArray, InterpolationFlags, BorderTypes, Scalar?)

Apply a transformation to an image.