【问题标题】:skimage watershed segmentation for lung image segmentation用于肺图像分割的 skimage 分水岭分割
【发布时间】:2019-08-06 04:07:21
【问题描述】:

我从 skimage.segmentation.watershed() 得到某种噪音或意外输出。我是图像处理的新手,所以我不知道 watershed() 的其他参数。

之后,当我使用 mark_boundaries() 时,同样的输出也会反映在那里。

如果有人知道如何从分割图像中删除这些点,那将会很有帮助。

这是我的代码和输出

  1. 面具

    plt.imshow(binarye, cmap="gray")

  1. 我要对其执行分割的图像

  2. 输出图像

    segments_watershed = 分水岭(img_one, 1000, mask=binarye) plt.imshow(segments_watershed, cmap="灰色")

【问题讨论】:

  • 这看起来像是面具和种子交互方式的错误。您能否在 github.com/scikit-image/scikit-image/issues 上提出问题?请以原始形式包含您的示例图像以及获得分水岭结果所需的代码?谢谢!

标签: python-3.x image-segmentation scikit-image watershed


【解决方案1】:

它是固定的。

Gitgub issue page

Github solution

【讨论】:

    猜你喜欢
    • 2022-07-19
    • 1970-01-01
    • 2012-07-11
    • 1970-01-01
    • 2020-07-27
    • 1970-01-01
    • 1970-01-01
    • 2018-05-12
    相关资源
    最近更新 更多