JaneliaSciComp/bigstream

bigstream.level_set.foreground_segmentation should not force only the largest connected component

Closed this issue · 0 comments

This is now fixed!

level_set.foreground_segmentation has a new keyword argument:
return_largest_cc_only = True.
When true, only the largest cc is returned. When false the entire level set is returned.