【问题标题】:Scikit-image difference between morphology.watershed() and segementation.watershed()morphology.watershed() 和 segementation.watershed() 之间的 Scikit-image 差异
【发布时间】:2020-09-03 18:39:49
【问题描述】:

我想第一次使用skimage 库应用Watershed 算法,发现文档示例非常混乱,因为在不同的模块中有两个版本的watershed。有人可以告诉我哪一个可以用于对象检测和/或对象分割以及链接或如何使用它。请描述其他模块的使用方式和位置。

【问题讨论】:

    标签: python image-processing computer-vision object-detection scikit-image


    【解决方案1】:

    skimage.morphology.watershed 已弃用,并在当前的 master 分支中通过调用 skimage.segementation.watershed 实现。所以这两个功能是完全一样的。使用skimage.segementation.watershed

    有一个示例用法in the documentation

    【讨论】:

      猜你喜欢
      • 2019-09-29
      • 1970-01-01
      • 1970-01-01
      • 2023-02-13
      • 2010-10-19
      • 2020-09-15
      • 2014-06-30
      • 2011-11-16
      • 2011-05-08
      相关资源
      最近更新 更多