|
GECKO 1.0
Human-computer interface based on hand gesture recognition
|
Default constructor. {
//-- Std deviation multipliers:
hue_sigma_mult = 6;
sat_sigma_mult = 6;
val_sigma_mult = 6;
//-- Skin color limits
lower_limit = cv::Scalar( 0, 58, 89);
upper_limit = cv::Scalar( 25, 173, 229);
hue_invert = false;
//-- Initialize cascade classifier:
initCascadeClassifier();
initBackgroundSubstractor();
}
Here is the call graph for this function:
![]() |
1.7.4