Random header image... Refresh for more!

Situation Has Improved (Maybe)

As I’ve been implementing this and actually figuring out how some of the pieces work together, it appears that variability of the data might not be as big of an issue as I thought.  I had originally assumed that the recognition algorithm would produce a single blob of data for each person you want to recognize, and that you’d be matching against that.  Now that I look at it, that doesn’t seem to be the case.  Instead, it looks like it chops each training image down to some constituent particles, then you run through these particles to determine which one is the closest to the image you want to match.  Which means that hopefully variability won’t be a huge problem, since I’m matching to an individual image.

Then again, I’m talking about the 2500-dimension eigenvalue PCA subspace or something like that, so I really have absolutely no idea what I’m talking about.

2 comments

1 Aswani { 03.02.14 at 23:00:58 [334] }

Hi, were you able to get through cvClacEigenObjects Access Voilation , i’am currently breaking my head over it .

2 ThomasSchrantz { 03.08.14 at 22:50:10 [326] }

That was all several years ago and I really don’t remember any details anymore. From the looks of it, I had some messed up binaries and I fixed things by upgrading/recompiling. I’m not really an OpenCV expert and I haven’t touched it in a few years.

Leave a Comment