How can I convert an image to cartesian coordinates?
Afficher commentaires plus anciens
Hello,
If I read in an image using I = double(imread('logo.png'));
Is there any way to get a that image as cartesian (x,y) coordinates?
I want to be able to plot the image, and then move it around
Réponses (1)
Mahesh Taparia
le 9 Déc 2019
0 votes
Hi Ian,
You can use ‘imshow’ function to display the image. Then select the the datatips and hover over the image and anywhere on image. It will display the coordinates of image along with the pixel values.
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!