Name |
Short Name |
Type |
Description |
Number of tiles in x |
tilesx |
integer |
The image consists of this number of equal sized tiles in x dimension. |
Number of tiles in y |
tilesy |
integer |
The image consists of this number of equal sized tiles in y dimension. |
Sub pixel accuracy |
subpixel |
boolean |
If Yes then interpolated images are compared. |
Magnification factor |
magnification |
real |
The sub pixel precision is 1/magnification |
Working image size, exponent of 2 |
workingsize |
integer |
Magnified images will be cropped to 2^size quadrangular. No crop if 0. |
Difference Period |
smooth |
integer |
Difference period gives frames how far from each other are compared |
Interpolation type |
type |
string |
Interpolation used for the transformation. Affects the smoothness of the result. |
Compared to first frame |
tofirstframe |
boolean |
Dislocations are calculated as compared to the first frame. |
Reverse alignment |
reverse |
boolean |
The last frame remains in its original position, not the first. |
Cancel transformation if the shift is greater |
cancelshift |
real |
Does not perform transformation if the absolute shift in pixels is larger than the given value. Zero disables this feature. |