IMcWarp Interface |
![]() |
Namespace: MediaCy.IQL.Operations
Public Interface IMcWarp
The IMcWarp type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clip | Read/write property used to set or get the clipping mode for ApplyToImage. |
![]() ![]() | DestPoints | Read/write property used to set or get the array of destination points
(at least four points whose original coordinates are contained in SourcePoints). |
![]() | Interpolation | Read/write property used to set or get the interpolation method used to generate missing pixels
in ApplyToImage. |
![]() | Method | Read/write property used to set or get the transformation method for ApplyToImage,
ApplyToFeatures and ApplyToPoints. |
![]() ![]() | SourcePoints | Read/write property used to set or get the array of source points
(at least four points whose transformed coordinates are contained in DestPoints). |
Name | Description | |
---|---|---|
![]() | 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. |