public Image <Bgr, byte> getCurrentRecognitionImage()
 {
     return(Usrecogni.getCuurentframe());
 }
 public Image <Bgr, byte> GetRecognizedImage()
 {
     return(userRecognition.getCuurentframe());
 }