PCA usage for various ROIs of several images
3 次查看(过去 30 天)
显示 更早的评论
I have 200 ROIs from each of the 50 images. Hence 10000 ROIs present. For each ROI, I have 96 feature vectors for four different frequency bands(96 X 4 =384). It seems very high dimensional. How to apply PCA for this? How to form data matrix input for PCA? Do I have to apply PCA for each image or each ROI?
回答(2 个)
Image Analyst
2016-9-17
What I said there was "It depends on if you want PCA components on each image individually, or the PCA components of the group as a whole."
0 个评论
Image Analyst
2016-9-17
Indeed 96 feature vectors is a lot for one image. Why do you have so many feature vectors for each ROI? I can see one vector for each ROI, but why does an ROI need 96 vectors? Maybe one vector contains intensity measurements, maybe one contains texture measures, and maybe one contains spatial or shape measures. But 96 of them? What could they all possibly represent?
And how many elements are in each feature vector? Like vector 1 has 5 measurements, vector 2 has 13 measurements, vector 3 has 12 measurements, etc.
PCA will tell you which features are most important, but it seems like you might be able to get some idea in advance of what the important features are and just measure those.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!