R/Seeing.R

Defines functions Seeing

Documented in Seeing

Seeing <-
function(){
  
  choice <- Eye()
  
  while(!(choice==5)){
    if (choice == 1){ Face <-FacialExpression(); choice <- Eye()}
    if (choice == 2){ (Classifier <- VClassifier(Face)); choice <- Eye()}
  }
}
pingqingsheng/Robot0001 documentation built on May 5, 2019, 5:53 p.m.