Click or drag to resize

IMcWarp Interface

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcWarp

The IMcWarp type exposes the following members.

Properties
  NameDescription
Public propertyClip
Read/write property used to set or get the clipping mode for ApplyToImage.
Public propertyCode exampleDestPoints
Read/write property used to set or get the array of destination points (at least four points whose original coordinates are contained in SourcePoints).
Public propertyInterpolation
Read/write property used to set or get the interpolation method used to generate missing pixels in ApplyToImage.
Public propertyMethod
Read/write property used to set or get the transformation method for ApplyToImage, ApplyToFeatures and ApplyToPoints.
Public propertyCode exampleSourcePoints
Read/write property used to set or get the array of source points (at least four points whose transformed coordinates are contained in DestPoints).
Top
Methods
  NameDescription
Public methodApplyToFeatures
Creates a new IMcFeatures object by transforming the source IMcFeatures using the warping operation defined by SourcePoints and DestPoints.
Public methodApplyToImage
This function warps the source image Aoi to a set of tiepoints in a new destination image.
Public methodApplyToPoints
Transform a list of points using the current McWarp settings.
Top
See Also