本文介绍了如何删除凸性缺陷中不需要的点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的程序中,我能够使用ConvexHull()和cvConvexityDefects()检测指尖和谷值。但每个指尖都有超过1个圆圈。现在我想删除不需要的圆圈,每个指尖只画一个圆圈。我可以这样做吗?我希望我的问题很明确:-) Thanx提前

Hi, in my program i was able to detect finger tips and valleys using ConvexHull() and cvConvexityDefects(). But there are more than 1 circles in each finger tip. now i want to remove unwanted circles and draw only one circle for each finger tip.how can i do that? i hope my question is clear :-) Thanx in advance

推荐答案


这篇关于如何删除凸性缺陷中不需要的点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-21 22:43