From: lubna zaib on
i need your help in conducting my thesis work.i m doing my search work on 3D face recognition using PCA,i don't know how to do scale normalization and geometric normalization in matlab....can anyone help me plzzzzzzzzzzzzzz????????????????
From: ImageAnalyst on
On Jun 11, 1:42 pm, "lubna zaib" <shaheen_i...(a)yahoo.com> wrote:
> i need your help in conducting my thesis work.i m doing my search work on 3D face recognition using PCA,i don't know how to do scale normalization and geometric normalization in matlab....can anyone help me plzzzzzzzzzzzzzz????????????????

--------------------------------------------------------
If you can write out your formulas in pseudocode, then perhaps someone
can translate it into MATLAB code for you.
From: lubna zaib on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <72593575-039f-4dba-9aa3-1e312155b4a6(a)h13g2000yqm.googlegroups.com>...
> On Jun 11, 1:42 pm, "lubna zaib" <shaheen_i...(a)yahoo.com> wrote:
> > i need your help in conducting my thesis work.i m doing my search work on 3D face recognition using PCA,i don't know how to do scale normalization and geometric normalization in matlab....can anyone help me plzzzzzzzzzzzzzz????????????????
>
> --------------------------------------------------------
> If you can write out your formulas in pseudocode, then perhaps someone
> can translate it into MATLAB code for you.
i dont know how to read 3D images in matlab...plz help me....
From: ImageAnalyst on
On Jul 3, 6:19 am, "lubna zaib" <shaheen_i...(a)yahoo.com> wrote:
> i dont know how to read 3D images in matlab...plz help me....
------------------------------------------------------------------------------
You do it with image reader code that is designed for your files. You
may have to write your own (as I have done many times). You may need
m-files called something like read_header(), read_slice(), and
read_3D_array() - again, you may have to write these yourself if you
have some custom, proprietary format.