How to declare [X,Y] for image?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, i would like to know how to declare a coordinate for an image?
0 件のコメント
採用された回答
KSSV
2017 年 4 月 3 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!