You are here: Start » FIL.NET » Invoke.RemapImage
Applies a precomputed image transform, defined by a spatial map object.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RemapImage ( Fil.Image inImage, Fil.SpatialMap inSpatialMap, Optional<Fil.Region> inMapRoi, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inSpatialMap | Fil.SpatialMap | Definition of the transformation. | ||
![]() | inMapRoi | Ftl.Optional<Fil.Region> | Defines which elements of the spatial map are valid. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Output image. |