文件名称:Bicubic-interpolation
介绍说明--下载内容来自于网络,使用问题请自行百度
In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or nearest-neighbor interpolation. Bicubic interpolation can be accomplished using either Lagrange polynomials, cubic splines, or cubic convolution algorithm.
In image processing, bicubic interpolation is often chosen over bilinear interpolation or nearest neighbor in image resampling, when speed is not an issue. In contrast to bilinear interpolation, which only takes 4 pixels (2×2) into account, bicubic interpolation considers 16 pixels (4×4). Images resampled with bicubic interpolation are smoother and have fewer interpolation artifacts.
Suppose the function values f and the derivatives f_x, f_y and f_{xy} are known at the four corners (0,0), (1,0), (0,1), and (1,1) of the unit square. The interpolated surface can then be written
In image processing, bicubic interpolation is often chosen over bilinear interpolation or nearest neighbor in image resampling, when speed is not an issue. In contrast to bilinear interpolation, which only takes 4 pixels (2×2) into account, bicubic interpolation considers 16 pixels (4×4). Images resampled with bicubic interpolation are smoother and have fewer interpolation artifacts.
Suppose the function values f and the derivatives f_x, f_y and f_{xy} are known at the four corners (0,0), (1,0), (0,1), and (1,1) of the unit square. The interpolated surface can then be written
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Bicubic interpolation/imgrescale.m
Bicubic interpolation/soccer/soccer.m
Bicubic interpolation/soccer/soccer_src.jpg
Bicubic interpolation/test.jpg
Bicubic interpolation/test.m
Bicubic interpolation/soccer
Bicubic interpolation
Bicubic interpolation/soccer/soccer.m
Bicubic interpolation/soccer/soccer_src.jpg
Bicubic interpolation/test.jpg
Bicubic interpolation/test.m
Bicubic interpolation/soccer
Bicubic interpolation
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.