Image Zooming Using Directional Cubic Convolution Interpolation
This Matlab code package implements the image interpolation algorithm based on the directional cubic convolution interpolation which has been described in the following paper:
D. Zhou, X. Shen, and W. Dong,
Image zooming using directional cubic convolution interpolation,
IET Image Processing, Vol. 6, No. 6, pp. 627-634, 2012.
This package includes 3 functions:
DCC.m - core algorithm
Calc_MSE_SNR.m - compute MSE, SNR and PSNR
testDCC.m - test function for the core algorithm
It also includes 2 folds. The fold original_images includes the all original images used in the paper, and the fold resulted_images is used to save the resulted images.
For further information, please contact: zdw@ncepu.edu.cn
Zitieren als
Dengwen Zhou (2025). Image Zooming Using Directional Cubic Convolution Interpolation (https://de.mathworks.com/matlabcentral/fileexchange/38570-image-zooming-using-directional-cubic-convolution-interpolation), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Quality >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.6.0.0 | Fix an error in testDCC.m. |
||
| 1.4.0.0 | Fix an error intestDCC.m. |
||
| 1.1.0.0 | Fix an error in testDCC.m. |
||
| 1.0.0.0 |
