Click or drag to resize

IShapeTransformer Interface

http://www.emgu.com
Abstract base class for shape transformation algorithms.

Namespace:  Emgu.CV.Shape
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public interface IShapeTransformer

The IShapeTransformer type exposes the following members.

Properties
  NameDescription
Public propertyShapeTransformerPtr
Get the pointer to the unmanaged shape transformer
Top
Extension Methods
  NameDescription
Public Extension MethodApplyTransformation
Apply a transformation, given a pre-estimated transformation parameters.
(Defined by ShapeInvoke.)
Public Extension MethodEstimateTransformation
Estimate the transformation parameters of the current transformer algorithm, based on point matches.
(Defined by ShapeInvoke.)
Public Extension MethodWarpImage
Apply a transformation, given a pre-estimated transformation parameters, to an Image.
(Defined by ShapeInvoke.)
Top
See Also