Research Article

Remote Identity Verification Using Gait Analysis and Face Recognition

Algorithm 2.

Face recognition.
 Initialize pre-processor.
 Initialize feature extractor.
 Initialize LBP operator.
while run do
 Perform camera to get facial image .
 Perform pre-processor to reduce the high-dimensionality.
 Perform feature extractor to get feature set .
 Perform LBP operator on image feature set and get the maximal confidence .
if then
  Accept as the target person, and its maximal confidence as .
else
  Output alarm information
end if
end while