Guest User

Untitled

a guest
Jan 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. //NSLog(@"\tFound Eyes!");
  3. while(eyes->total)
  4. {
  5. cvSeqPop(eyes, NULL);
  6. }
  7. cvSeqPush( eyes , &eye1);
  8. cvSeqPush( eyes , &eye2);
  9. foundColor = YES ;
  10.  
  11. state = STATE_WAIT_FOR_EYE_CAPTURE ;
  12. eyePairDetectTime = CFAbsoluteTimeGetCurrent();
Add Comment
Please, Sign In to add comment