How to declare [X,Y] for image?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, i would like to know how to declare a coordinate for an image?
0 commentaires
Réponse acceptée
KSSV
le 3 Avr 2017
Let image be of size mxnx3 or mxn depending on binary on rgb. You can define X,Y as follows.
[X,Y]=meshgrid (1:m,1:n)
The above is w.r.t the indices. If you have x axis and y axis values/ positions you can use meshgrid.
0 commentaires
Plus de réponses (0)
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!