| 
    GECKO 1.0 
   Human-computer interface based on hand gesture recognition 
   | 
 
 Update the segmented hand binary image. This operator is a wrapper of the filter_hand function. 
 {
    filter_hand( src, dst);
    //-- Show result (optional)
    //------------------------------------------------
    if(!dst.empty())
        cv::imshow("Skin Threshold", dst );
}
Here is the call graph for this function: 
![]()  | 
  
 1.7.4