搜索资源列表
-
1下载:
几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
-
-
0下载:
根据所给样本数据用三种不同的方法绘制该公路并估计其长度。
分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度
-According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain
-
-
0下载:
[matlab] DIP nearest neighbor interpolation and bilinear interploation -[matlab] DIP nearest neighbor interpolation and bilinear interploation
-
-
0下载:
digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
-
-
0下载:
这是对Bayer图像进行差值还原彩色图像的MATLAB模型文件-This is a Bayer image to restore the margin of the MATLAB model of color image files
-
-
0下载:
Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
-
-
0下载:
Nearest-neighbor interpolation is a simple method of multivariate interpolation in one or more dimensions.
-
-
0下载:
DEM內差,簡單有限元DEM內插方式,包還最鄰近指定法、雙線性法、立方迴旋法。-Poor, simple finite element DEM interpolation of DEM, specify the method of the package also nearest neighbor, bilinear method, cubic roundabout method.
-
-
0下载:
自己编写的对一幅图像实现最近邻插值和双线性插值,可以直接运行,效果很好。-Write your own images of a nearest neighbor interpolation and bilinear interpolation, can be run directly, the effect is very good.
-
-
0下载:
使用最近邻插值法对图像进行缩放处理的matlab程序-Using the nearest neighbor interpolation image zoom processing matlab program
-
-
0下载:
在matlab环境下最近邻插值法、双线性插值法对图像进行放大和缩小。以及对图像加入噪声椒盐,高斯,乘性噪声。-The Matlab environment nearest neighbor interpolation, bilinear interpolation on the image to zoom in and out. And image noise added salt and pepper, Gaussian, multiplicative noise.
-
-
1下载:
图像扭曲变形
目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。
(1)扭曲变形方式:
必做:
旋转扭曲/球面镜变形(二选一)
B样条网格变形
选做:TPS网格变形
(2)插值方法比较
最近邻插值
双线性插值(bilinear)
双三次插值(bicubic)
作业要求:
提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
-
-
0下载:
Computes the nearest neighbor interpolation of MOLA data
Oleg Abramov
Planetary Image Research Laboratory
abramovo@pirl.lpl.arizona.edu
version 0.2 - Computes the nearest neighbor interpolation of MOLA data
Oleg Abramov
-
-
0下载:
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 neare
-