image processing, dimension reduction
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
mohammed abdul wadood
am 19 Mär. 2018
Kommentiert: mohammed abdul wadood
am 20 Mär. 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.
1 Kommentar
Akzeptierte Antwort
Image Analyst
am 19 Mär. 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 Kommentare
Image Analyst
am 19 Mär. 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!