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

FIS.CreateMatrixTransformMap Method

Creates a spatial map which performs transform defined as a 3x3 homography matrix.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateMatrixTransformMap
(
	FilNet.ImageFormat inImageFormat,
	FilNet.Matrix inTransformMatrix,
	FilNet.InterpolationMethod inInterpolationMethod,
	FilNet.SpatialMap outSpatialMap
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormat
inTransformMatrixFilNet.Matrix3x3 homography matrix.
inInterpolationMethodFilNet.InterpolationMethodInterpolation method used in extraction of image pixel values.
outSpatialMapFilNet.SpatialMapCalculated spatial map.

Function Overrides

See also