Research Article
Remote Identity Verification Using Gait Analysis and Face Recognition
1 Initialize feature extractor. | 2 Initialize SVM based classifier. | 3 while run do | 4 Perform GRF detector to get gait set . | 5 Perform feature extractor to get gait feature set | 6 Perform classifier on detected gait feature set and get the probability . | 7 if then | 8 Accept as the target person, and its probability as . | 9 else | 10 Output alarm information | 11 end if | 12 end while |
|