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.
我正在使用手势进行光标控制。我使用 opencv 反投影结合 backgroundsubtractorMOG 分割了我的手。我想知道的是,如何将 ROI 设置为手掌周围的矩形。使用这个矩形,我想计算矩形内的平均凸度缺陷,并用它来区分不同的手势。任何想法,我在 C++ 中使用 Opencv。
您可以做的是训练一个 HoG 分类器并进行detectMultiScale .. 结果将是一个包含手的Rect 。