Which of the following biometric methods uses eigenfeatures or eigenfaces?
A. facial scan
B. finger scan
C. palm or hand scan
D. hand topography scan
A
Explanation: A facial scan records facial characteristics, including bone structure, eye width, and forehead size. These biometric methods use eigenfeatures or eigenfaces.
Computer Science & Information Technology
You might also like to view...
Will this code fragment throw an exception? Explain.
``` int [] a = new int[50]; a[50] = 100; ```
Computer Science & Information Technology
We need to examine _______________ when evaluating the order of an algorithm.
a) loops b) nested loops c) method calls d) all of a), b), and c) e) none of these is correct
Computer Science & Information Technology