How to determine the distance between upper lip and lower lip by using webcam in Processing?
- 阅读更多 关于 How to determine the distance between upper lip and lower lip by using webcam in Processing?
问题 Where should I start? I can see plenty of face recognition and analysis using Python, Java script but how about Processing ? I want to determine the distance by using 2 points between upper and lower lip at their highest and lowest point via webcam to use it in further project. any help would be appreciated 回答1: If you want to do it in Processing alone you can use Greg Borenstein's OpenCV for Processing library: You can start with the Face Detection example Once you detect a face, you can