Thread Subject: eigen face

Subject: eigen face

From: Richa Agarwal

Date: 29 Jan, 2008 06:56:02

Message: 1 of 6

  
   hello
       i want to see eigen face of an images. i made a
program for find out the eigen vector and eigen vales of
an image.

      so plz help me.

Subject: eigen face

From: Yumnam Kirani Singh

Date: 29 Jan, 2008 11:28:06

Message: 2 of 6

What is look of the eigen face of your program? Eigen face is usually something like ghost image having numerous faces. It also depends on the number of images used in the database.

Subject: eigen face

From: Richa Agarwal

Date: 29 Jan, 2008 12:27:02

Message: 3 of 6

Yumnam Kirani Singh <kirani.singh@gmail.com> wrote in
message
<14621476.1201606116555.JavaMail.jakarta@nitrogen.mathforum
.org>...
> What is look of the eigen face of your program? Eigen
face is usually something like ghost image having numerous
faces. It also depends on the number of images used in the
database.


hi i want to see that ghostly images.plz tell me how can
i see that using matlab...plz guide me.
       thanks

Subject: eigen face

From: Anh Huy Phan

Date: 29 Jan, 2008 14:38:02

Message: 4 of 6

"Richa Agarwal" <richa86agarwal@mathworks.com> wrote in
message <fnn62m$fuj$1@fred.mathworks.com>...
> Yumnam Kirani Singh <kirani.singh@gmail.com> wrote in
> message
> <14621476.1201606116555.JavaMail.jakarta@nitrogen.mathforum
> .org>...
> > What is look of the eigen face of your program? Eigen
> face is usually something like ghost image having numerous
> faces. It also depends on the number of images used in the
> database.
>
>
> hi i want to see that ghostly images.plz tell me how can
> i see that using matlab...plz guide me.
> thanks

Using PCA or ICA or NMF decomposition, you can receive
eigenface.

We have two toolboxes and you can try

http://www.bsp.brain.riken.jp/ICALAB/
http://www.bsp.brain.riken.jp/ICALAB/nmflab.html

  - Build matrix X whose each column is a face.
  - Set the mixing model is real data
  - Choose ICA algorithm or NMF algorithm
  - XH in NMFLAB or Y in ICALAB is eigenfaces.

There are some open-code algrithms in these toolboxes, open
these files, and you can find how to run and find eigenface.

HTH
Anh Huy Phan
RIKEN - BSI


Subject: eigen face

From: Yumnam Kirani Singh

Date: 29 Jan, 2008 17:06:37

Message: 5 of 6

You wrote that you have writen programs for eigen faces, still you want to see how eigen faces look like. If you are using ICA, the two links given by Huy might be helpful. If you are using PCA, you do some search in google, you may find some matlab codes. Note that you have to have some images, either your digital images or images of your friends. Also, note that images should of same size, otherwise it will generate errors while creatin the eigenface. What more shoul I say!

Subject: eigen face

From: saarah ahmed

Date: 1 Feb, 2008 10:26:02

Message: 6 of 6

dear richa!

viewing the eigenface is very easy. first you need to
reshape the vector to the same size as your pics (say
112x92)
using reshape() you can accomplish that very easily.
suppose you want to view your first eigen vector:

eVec = reshape(X(:,1),112,92)

and then display it using:

imagesc(eVec);
 
herez a tutorial which really helped me
http://www.cs.ait.ac.th/~mdailey/matlab/

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
eigen faces Richa Agarwal 29 Jan, 2008 07:29:58
eign face Richa Agarwal 29 Jan, 2008 01:59:57
rssFeed for this Thread

Public Submission Policy

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Disclaimer prior to use.

Contact us at files@mathworks.com