Warp Map Parameters

This table describes the parameters that specify a user-provided warp map for geometric transformation.

Parameter Description Range
numControlPoints Total number of control points. uint
warpMapFile

Path to the .map file containing the mapping value of each control point.

The size of the file in bytes must be

numControlPoints * sizeof(float) * 2.

string: maximum 1024 characters