McWarp Interface
|
|
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.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxPublic Interface McWarp
Inherits IMcWarp
RemarksMethods 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
source, 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.
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
must be supplied in the parameter.
See AlsoReference
MediaCy.IQL.OperationsMcWarp
McImage
CreateOperator