Description

Image operator to warp an image, mapping a set of points from the image to a set of points in a reference image, exposed as Image.Warp.

Remarks

Methods are available to transform images, regions, lines and sets of points.

When used as the Image.Warp operator, this operator uses its parent Image as both source and destination, unless a different source image is provided in the optional parameter. If another image is passed as a parameter to one of its methods, it is used as the source of the operation, and the result is written back to its parent image.

It can also be created independently using CreateOperator. In this case the operator does not have a parent and the parent image to be used as source and destination must be supplied in the parameter.

Members

Methods
ApplyToFeatures

Creates a new IMcFeatures object by transforming the source IMcFeatures using the warping operation defined by SourcePoints and DestPoints.

ApplyToImage

This function warps the source image Aoi to a set of tiepoints in a new destination image.

ApplyToPoints

Transform a list of points using the current McWarp settings.


Properties
ClipRead-write property

Read/write property used to set or get the clipping mode for ApplyToImage.

DestPointsRead-write property

Read/write property used to set or get the array of destination points (at least four points whose original coordinates are contained in SourcePoints).

InterpolationRead-write property

Read/write property used to set or get the interpolation method used to generate missing pixels in ApplyToImage.

MethodRead-write property

Read/write property used to set or get the transformation method for ApplyToImage, ApplyToFeatures and ApplyToPoints.

SourcePointsRead-write property

Read/write property used to set or get the array of source points (at least four points whose transformed coordinates are contained in DestPoints).