For a group project, we are attempting to make a game, where functions are executed whenever a player forms a set of specific hand gestures in front of a camera. To process
You should try this
cv::Point a(1, 3); cv::Point b(5, 6); double res = cv::norm(a-b);//Euclidian distance