image processing-zooming an image using Bilinear interpolation

Bi linear interpolation method has been used here for zooming images by a positive integer factor.
3.4K Downloads
Updated 25 Sep 2010

View License

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

Cite As

Dimuthu Senanayaka (2024). image processing-zooming an image using Bilinear interpolation (https://www.mathworks.com/matlabcentral/fileexchange/28832-image-processing-zooming-an-image-using-bilinear-interpolation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0