image processing, dimension reduction
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
mohammed abdul wadood
el 19 de Mzo. de 2018
Comentada: mohammed abdul wadood
el 20 de Mzo. de 2018
if i have number of images (multi spectral images for the same scene), and i want to reduce the dimensional of this images by any dimension reduction techniques where in the result i get one reducing image for 200 as example. how can i do this task? thank you.
Respuesta aceptada
Image Analyst
el 19 de Mzo. de 2018
See my attached demo for pca. It should be easy for you to adapt it to take any number of spectral bands instead of the 3 visible color (RGB) bands I took. If you want just one single image that represents most of the variation, take the principal components #1 image.
4 comentarios
Image Analyst
el 19 de Mzo. de 2018
Two code samples for processing multiple files in a folder are shown in the FAQ : http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Más respuestas (0)
Ver también
Categorías
Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!