Given a database of a number of images of a single object (face,
train, etc.) photographed from different angles, and given 1 image of
the same object which is not in the database, I would like to find the
closest identified image in the database. Closeness is to be measured
in the L-2 norm of the difference in coefficients of the database
image and the probe image in the eigen basis.
The database of images I have are 30 greyscale *.pgm images of a face,
centered, but facing different directions.
I would like some Matlab code, or perhaps a pseudocode algorithm to
help me solve this problem. An answer before the 16th will recieve a
$5.00 tip. |