Borrar filtros
Borrar filtros

two dimensional Principal component analysis

9 visualizaciones (últimos 30 días)
D.Regan
D.Regan el 27 de Jun. de 2011
Comentada: Image Analyst el 25 de Mayo de 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 comentarios
Shubhobrata
Shubhobrata el 25 de Mayo de 2015
Sir. I am looking for the code of 2D-PCA. Please help.
Image Analyst
Image Analyst el 25 de Mayo de 2015
See code in my answer here.

Iniciar sesión para comentar.

Respuesta aceptada

Daniel Shub
Daniel Shub el 27 de Jun. de 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.

Más respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by