Click or drag to resize

ShapeInvoke Class

http://www.emgu.com
Library to invoke functions that belongs to the shape module
Inheritance Hierarchy
SystemObject
  Emgu.CV.ShapeShapeInvoke

Namespace:  Emgu.CV.Shape
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static class ShapeInvoke

The ShapeInvoke type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyTransformation
Apply a transformation, given a pre-estimated transformation parameters.
Public methodStatic memberEstimateTransformation
Estimate the transformation parameters of the current transformer algorithm, based on point matches.
Public methodStatic memberWarpImage
Apply a transformation, given a pre-estimated transformation parameters, to an Image.
Top
See Also