- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 193字
- 2021-06-24 16:50:02
Planning the app
The final app will consist of the following modules and scripts:
- gestures: This is a module that consists of an algorithm for recognizing hand gestures.
- gestures.process: This is a function that implements the entire process flow of hand gesture recognition. It accepts a single-channel depth image (acquired from the Kinect depth sensor) and returns an annotated Blue, Green, Red (BGR) color image with an estimated number of extended fingers.
- chapter2: This is the main script for the chapter.
- chapter2.main: This is the main function routine that iterates over frames acquired from a depth sensor that uses .process gestures to process frames, and then illustrates results.
The end product looks like this:
No matter how many fingers of a hand are extended, the algorithm correctly segments the hand region (white), draws the corresponding convex hull (the green line surrounding the hand), finds all convexity defects that belong to the spaces between fingers (large green points) while ignoring others (small red points), and infers the correct number of extended fingers (the number in the bottom-right corner), even for a fist.
Now, let's set up the application in the next section.
推薦閱讀
- Spring Boot 2實(shí)戰(zhàn)之旅
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- 軟件項(xiàng)目估算
- 觸·心:DT時(shí)代的大數(shù)據(jù)精準(zhǔn)營銷
- 潮流:UI設(shè)計(jì)必修課
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- VSTO開發(fā)入門教程
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Symfony2 Essentials
- Machine Learning for Developers
- Mastering SciPy
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Web前端開發(fā)最佳實(shí)踐
- Java自然語言處理(原書第2版)
- Mastering Machine Learning with R