How to convert a .tif file into a .mat file?
Mostra commenti meno recenti
I intend to get the haar wavelet coefficients of an user specified .tif image using the dwt2 command.However, dwt2 command requires that the variable depicting the image be loaded into the workspace.Now the load command can load variables only from a .mat file.Hence,I need to convert the user specified .tif file into a .mat file.Kindly help. Other solutions for the above problem will also be appreciated
Risposta accettata
Più risposte (3)
Wayne King
il 1 Dic 2011
0 voti
You can use imread() to read a TIFF file.
1 Commento
Anish
il 1 Dic 2011
MOHAMED
il 12 Mag 2014
0 voti
how to convert .mat file to .jpg ? any suggestion
primrose khaleed
il 20 Mag 2014
0 voti
i want to create .mat files of multyply images..this files consist of testing and traning images then enter this files into neural network...how can do it ???how to creat input matrix and target matrix in .mat files?
Categorie
Scopri di più su Wavelet Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!