You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The functions flood_fill and flood are both in the segmentation and in the morphology submodules, and neither is deprecated. I don't think we should keep the two versions in the API, but that we should deprecate one of them (probably keep segmentation?).
Yeah, this is the recurring problem of tags vs folders. For a while, we decided to treat our modules as tags (watershed was also in both morphology and segmentation), as a solution to the problem that even advanced users such as myself were unable to find said watershed (after my proposal of a flat namespace was rejected. ;)
I think our latest consensus is that we want our modules to reflect purpose rather than the discipline from which they stem. So I think flood should probably go in segmentation, if we pick one.
The functions
flood_fill
andflood
are both in the segmentation and in the morphology submodules, and neither is deprecated. I don't think we should keep the two versions in the API, but that we should deprecate one of them (probably keep segmentation?).@JDWarner
The text was updated successfully, but these errors were encountered: