필터 지우기
필터 지우기

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 CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by