image zooming using cross pixel interpolation

an NxM image is zoomed in using cross pixel interpolation algorithm
290 descargas
Actualizado 23 oct 2011

Ver licencia

% 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

Citar como

Abdulrahman Siddiq (2024). image zooming using cross pixel interpolation (https://www.mathworks.com/matlabcentral/fileexchange/33413-image-zooming-using-cross-pixel-interpolation), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Visual Exploration en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0