使用OpenCV进行手指分割

发布于 2025-01-27 11:39:14 字数 827 浏览 4 评论 0原文

给定手指张开的手图像,我可以通过对输入图像进行二进制,然后提取最大的连接组件来轻松提取单个手指。例如

”在此处输入图像描述

但我不知道在闭合手指时如何实现相同的操作,因为当手指闭合时,我最终会覆盖一个大的连接组件,手指。例如

”在此处输入图像描述

我需要分开手指。有什么建议,如何完成此操作,或者使用OpenCV可以使用?

Given a hand image with fingers spread, I can easily extract individual fingers by binarizing the input image and then extracting the largest connected components. e-g

enter image description hereenter image description here

But I don't know how to achieve the same when fingers are closed, because when the fingers are closed I end up with one large connected component covering all the fingers. e-g

enter image description hereenter image description here

I need to separate the fingers. Any suggestions, how to get this done or is it possible using opencv?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文