| Name | Short Name | Type | Description |
| Algorithm | algorithmtype | string | Name of algorithm to be used for calculating match between template and image. |
| Result | resulttype | string | Name of results to be returned. |
| Automatic Scaling | autoscale | boolean | The template is scaled to the image based on x,y resolution data. If no, the scaling factor entered below is used. |
| Scaling factor | scalingfactor | real | The template is scaled by this number to match the x,y resolution of the image. Applicable if not using automatic scaling. Use 1 for no scaling. |
| Working image size, exponent of 2 | workingsize | integer | Images will be placed inside a 2^size quadrangular image, shrunken if required. No resizing if zero. Images sized as power of 2 are calculated faster. |
| Template may hang out of image - N/A | padimage | boolean | Pads the image to allow finding template partially out of the image. FUTURE FUNCTION. THIS IS NOT IMPLEMENTED |
| Interpolation type | interpolationtype | string | Interpolation used for the transformation. Affects the smoothness of the result. |
| Transform all linked images | allinkedimages | boolean | If yes not just Image A, but all linked images are transformed. Valid only if B is not linked. |
| Multi frame matching | multiframe | string | The way how image series are handled. |
| Number of best matches to return | nbestmatch | integer | Multiple, non-overlapping best matches will be returned as an image series, regardless the goodness of the correlation. |