[Digikam-devel] [Bug 146288] Face detection / recognition for digikam

Alex alexjironkin at gmail.com
Mon Dec 21 22:02:44 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=146288





--- Comment #77 from Alex <alexjironkin gmail com>  2009-12-21 23:02:30 ---
Hi there, 

I have been working on getting this to work for the project for the last few
days.

There are 2 well established ways of doing it (or so it seems anyway). So I
have found them on MATLAB website and now trying to port the code and framework
in general to C++. So I thought I share how far I got.

I have went with Fisher's face framework first as it seemed more robust then
Eigenface (less dependent on light, pose etc. but not perfect still). However,
the problem that I have encountered is this:
    It needs QZ algorithm to solve generalised eigen value problem to work.
MATLAB has an implementation of it, but I couldn't find an implementation of it
for C++ or anything else other than maths software. It's complex and I don't
want to spend time on it just yet if I don't have to.

Because of this I have abandoned this approach for Eigenface, at least to have
one working no matter how good or bad it is. So I guess I'll get working on
that in next few days and see how far i'll get, hopefully will report with more
success next time :)


Alex

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list