How to declare [X,Y] for image?

1 Ansicht (letzte 30 Tage)
Syakira Akmal
Syakira Akmal am 3 Apr. 2017
Beantwortet: KSSV am 3 Apr. 2017
Hi, i would like to know how to declare a coordinate for an image?

Akzeptierte Antwort

KSSV
KSSV am 3 Apr. 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.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by