使用OpenCV进行手指分割
给定手指张开的手图像,我可以通过对输入图像进行二进制,然后提取最大的连接组件来轻松提取单个手指。例如
但我不知道在闭合手指时如何实现相同的操作,因为当手指闭合时,我最终会覆盖一个大的连接组件,手指。例如
我需要分开手指。有什么建议,如何完成此操作,或者使用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
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
I need to separate the fingers. Any suggestions, how to get this done or is it possible using opencv?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论