locate (x,y) coordinates on an image

4 vues (au cours des 30 derniers jours)
Anisha Jamil
Anisha Jamil le 27 Juin 2021
Modifié(e) : Anisha Jamil le 28 Juin 2021
Hi, I performed image registration of two images using the function cpselect where I selected some points on the fixed and moving images and later transformed them. Any idea on how I can locate the specific points on the moving image which can later be transformed into the fixed imag?

Réponses (1)

Matt J
Matt J le 28 Juin 2021
Assuming the transform type you're using supports it, you would use transformPointsInverse.
  2 commentaires
Anisha Jamil
Anisha Jamil le 28 Juin 2021
Thank you! Is there a way to select points on the fixed image (without using ginput) to transform and find the corresponding coordinates on the moving image?
Matt J
Matt J le 28 Juin 2021
Modifié(e) : Matt J le 28 Juin 2021
You can use datatip() instead of ginput, although youwill have to set SnapToDataVertex appropriately, if you want to be able to select non-integer pixel locations.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Geometric Transformation and Image Registration 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!

Translated by