Re: [Numpy-discussion] eigenvector and eigenface

2008-03-11 Thread Peter Skomoroch
see this page I found in my del.icio.us links, sorry I forgot to mention it at the time of the thread: http://www.owlnet.rice.edu/~elec301/Projects99/faces/code.html All the best On Mon, Mar 10, 2008 at 1:37 AM, royG <[EMAIL PROTECTED]> wrote: > friends > I am learning eigenfaces using numpy .

Re: [Numpy-discussion] eigenvector and eigenface

2008-03-09 Thread Peter Skomoroch
See this thread: http://www.mail-archive.com/numpy-discussion@scipy.org/msg06877.html On Mon, Mar 10, 2008 at 1:37 AM, royG <[EMAIL PROTECTED]> wrote: > friends > I am learning eigenfaces using numpy . i use data from N images and > create eigenvectors to get a 'sorted eigenvectors' array of si

[Numpy-discussion] eigenvector and eigenface

2008-03-09 Thread royG
friends I am learning eigenfaces using numpy . i use data from N images and create eigenvectors to get a 'sorted eigenvectors' array of size N X N. when i project the 'zero mean imagedata' i will get a facespace array of N X numpixels. (where numpixels is total pixels in one image) is eigenface t