ParametersΒΆ
Parameters are organized into six MATLAB structures (struct).
| Structure | Description | Usage |
|---|---|---|
| movie_definition | Movie specification | All steps |
| inout_para | Locations of input and output files | All steps |
| segmentation_para | Parameters for Segmentation | From Step 2 (Segmentation) |
| prob_para | Parameters for predicting the probabilities of events |
From Step 4 (Prediction of Events) |
| track_para | Parameters for Track Linking | From Step 5 (Track Linking) |
| signal_extraction_para | Parameters for Signal Extraction | Step 7 (Signal Extraction) |
Parameters are further classified into two categories based on their importance to the tracking performance.
- Basic. Movie specification, input, outputs, and parameters with a critical impact on the tracking performance.
- Advanced. Parameters requiring an advanced understanding of the algorithm. Default values are often sufficient for a satisfactory tracking performance.