Image alignment/ plotting using coordinates system
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I am working on drone images and I want to allign these taken images based on their coordinates. It is not pure stitching of images as some in-between patches may have been missing; however, I want to allign them as per taken sequence. Coordinates metadata is available in each image. I don't want to apply feature detection technique. Kindly need some advise and flow for this query.
Kindly donot mind my non-technical terms/ wording as I am not from pure programming background.
Regards
0 commentaires
Réponses (1)
Asim
le 5 Oct 2023
I understand that you are facing issue with aligning drone images based on their coordinates. You can use the ‘imfinfo’ function in MATLAB to extract the coordinates metadata from each image.
Kindly refer to this documentation for more information regarding ‘imfinfo’ function.
Once you have the coordinates, you can sort the images based on this data, which is typically found in the GPS information within the metadata. This allows you to align them in the correct sequence.
As an alternative approach, consider capturing a video with the drone and subsequently extracting the frames. This method inherently maintains the sequence of the images, potentially simplifying your process.
I hope these suggestions helps in resolving the issue.
Best Regards,
Asim Asrar
0 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!