Re: searching faces using pca
- From: Jonathan Campbell <jg.campbell.ng@xxxxxxxxx>
- Date: Mon, 06 Oct 2008 11:24:36 +0100
Jonathan Campbell wrote:
dondora wrote:thanks for your help.
It helps a lol although I need some patience to learn. ^.^
oh do you have that one in c++ version?
Unfortunately no. We developed a C version long ago but it has become lost in the mists of time.
Provided you have an image processing API (*) (there's the beginnings of a C++ one mentioned on my website, but I'd advise seeking out a more mature one), and a function to compute L = A^T A (either SVD or straight eigen-decomposition) then conversion is trivial. If you start the job, I'd be happy to help; see my email address on the website. But if you are just learning programming, then the task is less trivial and I don't want to teach C++ *and* program an application.
If you must use C++, it seems to me that OpenCV may be the API/toolkit you need, though it is written in C; C code will be callable from C++.
There are examples at:
http://www.cognotics.com/opencv/servo/index.html
At least on Linux, OpenCV is very easy to install and use.
I still cannot access the link you give, but don't trouble to fix it; I have enough examples to do.
Best regards,
Jon C.
.
- Follow-Ups:
- Re: searching faces using pca
- From: dondora
- Re: searching faces using pca
- References:
- Re: searching faces using pca
- From: dondora
- Re: searching faces using pca
- From: Jonathan Campbell
- Re: searching faces using pca
- Prev by Date: Re: searching faces using pca
- Next by Date: wiener filter 2D
- Previous by thread: Re: searching faces using pca
- Next by thread: Re: searching faces using pca
- Index(es):
Relevant Pages
|