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.
我的工作是从图像中的一组叶子中找到单个叶子。约束是我必须分割的单个叶子的形状必须完整。我使用了基于标记的分水岭变换。
图像1
我得到这个输出
我使用膨胀和腐蚀创建了标记来查找背景和前景。
从这张图片中,我如何分割单个叶子?我要走什么步骤?