フィルターのクリア

two dimensional Principal component analysis

9 ビュー (過去 30 日間)
D.Regan
D.Regan 2011 年 6 月 27 日
コメント済み: Image Analyst 2015 年 5 月 25 日
how can i write code of 2D PCA transform for image processing.i intend to use this transform in image compression as well as for denoising purpose.pls help me sir..
  2 件のコメント
Shubhobrata
Shubhobrata 2015 年 5 月 25 日
Sir. I am looking for the code of 2D-PCA. Please help.
Image Analyst
Image Analyst 2015 年 5 月 25 日
See code in my answer here.

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

採用された回答

Daniel Shub
Daniel Shub 2011 年 6 月 27 日
You can preform PCA on a set of images by converting them to vectors, getting the principal components, and then converting those components back to a image
doc reshape
Basically, PCA doesn't care about the relative positions of elements in the input array.

その他の回答 (0 件)

カテゴリ

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