How to use Matlab to get georeferencing information of a JP2 image?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I request you to kindly let me know how to extract with Matlab the georeferencing information of a JP2 image?
I'd like to read with Matlab the georeferencing metadata contained in a JP2 image.
Thanks for kind cooperation.
Devendra
0 commentaires
Réponses (1)
Walter Roberson
le 21 Avr 2024
You need to run an external program that reads EXIF information from the file... and hope that the information is recorded in the EXIF tags.
4 commentaires
Walter Roberson
le 21 Avr 2024
You need to run an external program that reads EXIF information from the file... and hope that the information is recorded in the EXIF tags.
imfinfo is not documented as being able to read EXIF information from JPEG2000 images (only from JPEG images)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!