Remapping
Image - Remap
Applies an ImageMap (precomputed image transformation).
IN
| Name | Type | Description |
|---|---|---|
| InImage | Image | The input Image |
| InImageMap | ImageMap | Transformation to apply. |
| InInterpolationMethod | Enum < InterpolationMethod2D > | Interpolation method. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutImage | Image | Remapped image. |
| Error | ErrorState | Gets the execution error message |