ColabSegNapariWidget.export_data#

ColabSegNapariWidget.export_data()#

Exports the point cloud data currently visualized in the napari viewer. The order of the output lists correspond to the input order. Deleted point clouds will be represented as empty lists.

Returns:
dict of {strlist of numpy.ndarray}

A dictionary where keys are point cloud class names and values are lists of numpy arrays representing point cloud coordinates.