Entradas

Mostrando entradas de febrero, 2021

FINAL PROJECT - Implementation of an artificial vision system to detect and recognize hand gestures.

Imagen
1.   The program will take a video capture using the computer camera or a web camera.         The program will have the following functionalities:           “ Pattern recording ” mode: when a key is pressed, it records the patterns representing at least 3 gestures. The descriptor must be stored in a file on disk. All files are stored in our directory which we will identify 4 gestures that we will specifically store in the database. Result of data specifically saved in the database. §          “ Identify ” mode: when a key is pressed, the program will read the patterns stored in the file and recognize the key. The screen must clearly indicate which gesture has been identified.. All files are stored in our directory which we will identify 4 gestures that we will specifically store in the database. Result of data specifically saved in the database . 2.  Window where we monitor the various techniques pre...