Display Fisherface after reducing dimensions using PCA
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm learning to implement the Fisherface algorithm using Matlab. I understand that to deal with the singularity issue of Sw, I can project Sb and Sw onto the PCA space of r dimensions, with r ≤ rank(Sw) and compute the Fisherfaces in this PCA space. If I set r = 1000, what are my Fisherfaces' dimensions, and how do I display them as images? Do I need to reconstruct them back to their original dimensions? If so, how do I do this?
Thank you.
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!