delta.data.saveResult_track¶
- delta.data.saveResult_track(save_path: str, npyfile: ndarray, files_list: Optional[Union[List[str], Tuple[str, ...]]] = None)¶
Save tracking output masks to disk
- Parameters
- save_pathstring
Folder to save images to.
- npyfile4D numpy array
Array of tracking outputs to save to individual files.
- files_listtuple/list of strings, optional
Filenames to save the masks as. Note that the ‘mother_’ and ‘daughter_’ prefixes will be added to those names. If None, numbers will be used. The default is None.
- Returns
- None.