| Name | Short Name | Type | Description |
| Type of Algorithm | type | string | |
| Number of iterations | iterations | integer | |
| Random seed | rndseed | integer | |
| Group size diameter | groupsize | real | Distance in pixels of centers objects before fusion or after division, before recursion. 0 = no grouping. |
| Maximal group area | maxgruparea | integer | Maximal area of groups after recursion. 0 = not applied |
| Group recursion | rndseed | integer | 0 or 1 means no recursion, 2 regroups groups once... |
| Group max energy (intensity RMS) | groupmaxenergy | real | Mean of normalized E_mean_intensity |
| Maximal link distance | linkdistance | real | Largest distance in pixels that objects may move between frames |
| Fusion allowed | fusion | boolean | |
| No of frames that an object can skip | skipframes | integer | If no objects are found in the next frame to link an object (within maximal link distance radius), further n frames will be looked. Set 0 to not to allow frame skipping. |
| Weight for isolation | sigmaiso | real | Weight applied to isolated objects. |
| Weight distance | sigmac | real | Weight factor for the distance that objects moved between frames |
| Weight size difference | sigmaa | real | Penalizes the square of pixel area differences. |
| Weight shape difference | sigmash | real | Penalizes the square of shape factor difference. |
| Weight mean intensity diff 1 | sigmai1 | real | Weight factor for difference in intensities of objects in image B |
| Weight sum intensity diff 1 | sigmacc1 | real | Weight factor for difference in intensities of objects in image B |
| Weight mean intensity diff 2 | sigmai2 | real | Weight factor for difference in intensities of objects in image B |
| Weight sum intensity diff 2 | sigmacc2 | real | Weight factor for difference in intensities of objects in image B |
| Weight mean intensity diff 3 | sigmai3 | real | Weight factor for difference in intensities of objects in image B |
| Weight sum intensity diff 3 | sigmacc3 | real | Weight factor for difference in intensities of objects in image B |
| Remove segments represented less than | removeseg | integer | Removes segments that are only present in the given number of frames |
| Starting Temperature | tstart | real | Area in pixels of objects typically differ between frames |
| Temperature divisor | tdiv | real | Area in pixels of objects typically differ between frames |
| Textual Output | textoutput | boolean | Shows segmentation results in Text Window. |
| Annotate Image | annotate | boolean | Adds annotation to the tracked image. |