Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为执行整体图像分割的第一步,我想对图像进行过度分割。有人可以评论可用于过度分割图像的各种算法吗?
scikit-image python 库具有您可能会发现有用的过度分割算法。SLIC、Quickshift 和 Felzenszwalb & Huttenlocher。他们的使用例子在这里。
导致过度分割的最著名的分割算法是分水岭变换但是我的问题是你为什么要进行过度分割
可以用MATLAB实现如下
L = watershed(A) L = watershed(A, conn)
conn= 给出连通分量