two dimensional Principal component analysis

9 次查看(过去 30 天)
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..

采纳的回答

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 CenterFile Exchange 中查找有关 Dimensionality 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