ShiftImage

버전 1.0.0.0 (1.71 KB) 작성자: Edward Brian Welch
Shifts an image using the Fourier shift theorem.
다운로드 수: 3.2K
업데이트 날짜: 2002/11/25

라이선스 없음

IMG_SHIFTED = SHIFTIMAGE(IMG, FRAC_DELTAX, FRAC_DELTAY);

Shifts the image IMG using the Fourier shift theorem by the Field-of-view (FOV) fractions FRAC_DELTAX and FRAC_DELTAY.

The fraction is relative to the size of the image such that a value of 1.0 shifts the image back to where it started. Shift fractions outside this range will wrap around to the corresponding shift within the range.

The shift is performed using Fourier sinc interpolation, i.e. the Fourier shift theorem, via simple phase adjustments in the frequency domain. This may lead to Gibbs phenomena.

인용 양식

Edward Brian Welch (2024). ShiftImage (https://www.mathworks.com/matlabcentral/fileexchange/2495-shiftimage), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R10
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Please change category to "Image Processing". I think more people will find it there.

thank you,
E. Brian Welch