image processing-zooming an image using Bilinear interpolation

버전 1.0.0.0 (1.65 KB) 작성자: Dimuthu Senanayaka
Bi linear interpolation method has been used here for zooming images by a positive integer factor.
다운로드 수: 3.4K
업데이트 날짜: 2010/9/25

라이선스 보기

An image in your root directory can be zoomed by calling the above program.

*First try with a small image. Because when the image is smaller, program response quickly.

How to Run the Program

*copy bilinear_zoom.m file and the image file to your work directory.

Example-
*if the name of image in root directory is image.jpg and the zooming factor you expect is 5.

*run following code in command window.
bilinear_zoom('image.jpg',5);

*Use the enter key always, when the display does not show any change.

*If you want to know the the algorithm used refer-:
http://en.wikipedia.org/wiki/Bilinear_interpolation

인용 양식

Dimuthu Senanayaka (2025). image processing-zooming an image using Bilinear interpolation (https://kr.mathworks.com/matlabcentral/fileexchange/28832-image-processing-zooming-an-image-using-bilinear-interpolation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
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