はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Khushpreet Sandhu
0
ソリューション
<100
要約
要約
Finger Count Recognizer will count the number of fingers when user displays it to the camera. It is a subcomponent of Hand Gesture Recognition.
概要
概要
This solution is using OpenCV capabilities in order to perform the image-based processing, and it captures the hand image provided by the user.
It triggers a python script that first activates the camera and, by giving the command, the background is captured, and the noise is removed. As soon as the user shows their hand to the camera, it accurately identifies the number of fingers.
Use cases:
機能
機能
その他の情報
その他の情報
依存関係
python 3.6 "https://www.python.org/downloads/release/python-368/" https://www.python.org/downloads/release/python-368/ open cv 4.1.1.26 "https://opencv.org/" https://opencv.org/, pip install opencv-python numpy 1.16.2 "https://numpy.org/" https://numpy.org/, pip install numpy UiPath.Python.Activities 1.0.7053
コード言語
Visual Basic