You are here: Start » FIL.NET » FIS.RemapImage Method

FIS.RemapImage Method

Applies a precomputed image transform, defined by a spatial map object.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RemapImage
(
	FilNet.Image inImage,
	FilNet.SpatialMap inSpatialMap,
	NullableRef<FilNet.Region> inMapRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inSpatialMapFilNet.SpatialMapDefinition of the transformation.
inMapRoiFilNet.NullableRef<FilNet.Region>Defines which elements of the spatial map are valid. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also