IMcWarpInterpolation Property
|
|
Read/write property used to set or get the interpolation method used to generate missing pixels
in ApplyToImage.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty Interpolation As mcWarpInterpolation
Get
Set
Return Value
Type:
mcWarpInterpolationCurrent interpolation mode.
RemarksSetting Interpolation to wiNone yields faster processing time, but produces blockiness
and aliasing in the resulting image, due to pixel duplication or decimation.
See Also