フィルターのクリア

what does meshgrid function do in resampling?

1 回表示 (過去 30 日間)
bkshn
bkshn 2013 年 11 月 26 日
I use a code in the name of imresampling, it uses meshgrid function like bellow
[Ox,Oy] = meshgrid(ss(1):ops(1):c*ops(1)+ss(1),... ss(2):ops(2):r*ops(2)+ss(2));
[Nx,Ny] = meshgrid(nn(1):nps(1):c*ops(1)+nn(1),... nn(2):nps(2):r*ops(2)+nn(2));
[Ox,Oy] is old pixel size, [Nx,Ny] is new pixel size
ops = oldpixsize; nps = newpixsize; ss = ops/2; nn = nps/2; ] I want to know
1. what is goining to create by meshgrid function?
and 2. what is the meaning of "..." in the function?

回答 (0 件)

カテゴリ

Help Center および File ExchangeInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by