two dimensional Principal component analysis
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
D.Regan
il 27 Giu 2011
Commentato: Image Analyst
il 25 Mag 2015
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 Commenti
Risposta accettata
Daniel Shub
il 27 Giu 2011
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Dimensionality Reduction and Feature Extraction in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!