AI-For-Beginners/translations/en/lessons/4-ComputerVision/06-IntroCV/lab/README.md

1.8 KiB

Detecting Movements using Optical Flow

Lab Assignment from AI for Beginners Curriculum.

Task

Consider this video, in which a person's palm moves left/right/up/down on the stable background.

Your goal would be to use Optical Flow to determine which parts of the video contain up/down/left/right movements.

Stretch goal would be to actually track the palm/finger movement using skin tone, as described in this blog post or here.

Starting Notebook

Start the lab by opening MovementDetection.ipynb

Takeaway

Sometimes, relatively complex tasks such as movement detection or fingertip detection can be solved purely by computer vision. Thus, it is very helpful to know what libraries like OpenCV can do.


Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we aim for accuracy, please note that automated translations may include errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is advised. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.