image zooming using cross pixel interpolation
バージョン 1.0.0.0 (2.44 KB) 作成者:
Abdulrahman Siddiq
an NxM image is zoomed in using cross pixel interpolation algorithm
% Cross Pixel Interpolation Zooming
% function pf=xpixelzoom(x,k)
% x is the input N-by-M original image. It is not a condition that N=M.
% pf is the output zoomed image.
% k is the doubling factor. That is the original image is doubled in size
% k times. Actually, an NxM image is zoomed to a 2N+1x2M+1 larger image.
% For more details, contact me at aisiddiq@yahoo.com
引用
Abdulrahman Siddiq (2025). image zooming using cross pixel interpolation (https://www.mathworks.com/matlabcentral/fileexchange/33413-image-zooming-using-cross-pixel-interpolation), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Data Exploration についてさらに検索
タグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0.0 |