IShapeTransformer Interface |
Namespace: Emgu.CV.Shape
The IShapeTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
| ShapeTransformerPtr |
Get the pointer to the unmanaged shape transformer
|
| Name | Description | |
|---|---|---|
| ApplyTransformation |
Apply a transformation, given a pre-estimated transformation parameters.
(Defined by ShapeInvoke.) | |
| EstimateTransformation |
Estimate the transformation parameters of the current transformer algorithm, based on point matches.
(Defined by ShapeInvoke.) | |
| WarpImage |
Apply a transformation, given a pre-estimated transformation parameters, to an Image.
(Defined by ShapeInvoke.) |