If I understand correctly, the Image
layer is a necessary input for nsr.regionprops_table_all_frames
. I think it may be useful to add an option to measure the regionprops
without the image layer input (by making the argument Optional
). In particular, this feature is necessary for cases where we track segmented regions in a label layer by napari-laptrack
.