Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 418 Bytes

RPS

Gesture detection based on skin colo

基于肤色检测的手指数识别,运行untitled.m,得到GUI画面,点击开始,即可开始识别手指数。(ps:因为是肤色检测画面中最好只包含手,背景最好不要包含类似肤色的颜色)

function

  • skin 肤色检测和边缘提取
  • hullTop5 有关凸包主要程序
  • distance 计算深度,寻找有效凸包
  • untitled GUI设计