issues
search
haesleinhuepf
/
napari-skimage-regionprops
Feature extraction for labeled objects in images using regionprops from scikit-image
BSD 3-Clause "New" or "Revised" License
47
stars
13
forks
source link
rename variables in UI and start as regular regionprops
#63
Closed
zoccoler
closed
1 year ago
zoccoler
commented
1 year ago
change initial state of widgets to start as regular regionprops
rename Menu entry
rename 'things_inside_things' label to 'relate to other channel(s)'
update notifications accordingly
add layer names to test file
tests were failing locally because layer names were 'Image', 'Image [1]' etc instead of using variable names
this was making
assert
statements fail because table column names rely on layer names
explicitly specifying layer names avoids this
assert
statements fail because table column names rely on layer names