GECKO 1.0
Human-computer interface based on hand gesture recognition
void HandDetector::calibrate ( cv::Scalar  lower_limit = cv::Scalar( 0, 58, 89),
cv::Scalar  upper_limit = cv::Scalar( 25, 173, 229) 
)

Sets the HSV skin colors range with the inputs. If there are no inputs, default values are set.

{
    this->lower_limit = lower_limit;
    this->upper_limit = upper_limit;
    this->hue_invert = false;
}
 All Classes Functions Variables