The following Matlab project contains the source code and Matlab examples used for this program implements various interpolation techniques to resize 2d matrices or image matrices .
This program implements various interpolation techniques to resize 2D matrices or Image Matrices.
Methods of interpolation used are
1) Nearest Neighbour
2) Bilinear
3) Bicubic 2x2
4) Bicubic 4x4
5) Bicubic 6x6
6) Bicubic 8x8
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
Demo.m | 686 |
ResizeImageMatrix.m | 20646 |