Inout/Output Files (inout_para)

  • training_data_path (nx1 cell array) — Paths to the training datasets.

    Each row stores the path for one dataset. Use empty cell array ({}) if no training datasets are available.

  • output_path (string) – Path to the folder storing the output MAT files.

Available optional outputs:

Optional Output Suggested Usage
Mask Evaluation of segmentation accuracy, before ellipse fitting.
Ellipse Movie Evaluation of segmentation accuracy, after ellipse fitting.
Segmentation Info Construction of training datasets.
Vistrack Movie Evaluation of track accuracy.
  • mask_path (string) – Path to the folder storing the mask.

    Use empty string (‘’) if not generating this output.

  • ellipse_movie_path (string) – Path to the folder storing the ‘ellipse movie’.

    Use empty string (‘’) if not generating this output.

  • seg_info_path (string) – Path to the folder storing the ‘segmentation info’.

    Use empty string (‘’) if not generating this output.

  • vistrack_path (string) – Path to the folder storing the ‘vistrack movie’.

    Use empty string (‘’) if not generating this output.