PCA usage for various ROIs of several images

1 回表示 (過去 30 日間)
Anitha Anbazhagan
Anitha Anbazhagan 2016 年 9 月 17 日
コメント済み: Sumit 2023 年 8 月 21 日
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?
  1 件のコメント
Sumit
Sumit 2023 年 8 月 21 日
Hey Anitha, r u working in image retrieval ?

サインインしてコメントする。

回答 (2 件)

Image Analyst
Image Analyst 2016 年 9 月 17 日
I commented on your "Answer" here: my response
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."

Image Analyst
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.
  1 件のコメント
Anitha Anbazhagan
Anitha Anbazhagan 2016 年 9 月 19 日
Sorry, by mistake I have written 96 feature vectors. Actually it is 96 features from each of the four frequency bands. My features are 32 bin histogram for amplitude, frequency and angle. So 32 * 3 = 96. Four frequency bands are VL, L, M and H. Now help me to apply PCA. Is it me to choose PCA for applying as a whole image or for each ROI? Little confused to reach dimension reduction after processing whole image or after processing each ROI. Please help me out.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by