[FEATURE] finished hand open/closed recognition

This commit is contained in:
Sem van der Hoeven
2021-05-25 14:49:04 +02:00
parent 3696e2eb30
commit 05ae8ee019
5 changed files with 28 additions and 9 deletions

View File

@@ -64,10 +64,10 @@ namespace computervision
/**
* @brief detects a hand based on the given hand mask input frame.
*
* @param inputFrame the input frame with only the hand
* @param inputFrame the input frame from the camera
* @return true if the webcam is connected, false if not.
*/
bool detectHand(cv::Mat inputFrame);
bool detectHand(cv::Mat cameraFrame);
/**
* @brief draws the hand mask rectangle on the given input matrix.