【发布时间】:2015-03-25 19:19:25
【问题描述】:
我使用背景减法来检测手。 http://docs.opencv.org/trunk/doc/tutorials/video/background_subtraction/background_subtraction.html 然后我想勾勒出一只手。从背景中去除不完美。 http://docs.opencv.org/doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.html 但方法是所有的轮廓。我想对那些面积大于例如的元素进行轮廓化。 200 像素。怎么做?有没有更好的方法来获得图中的同一只手?
【问题讨论】:
标签: opencv