搜索资源列表
resample
- 此程序包括重采样中的最邻近法,双线性内插法,三次卷积法。-resampling
bline-interp
- 编写了一个用于二维水深插值的双线性插值的fortran程序,用于水深的插值计算,内有验证的算例-Write a fortran program for two-dimensional depth interpolation bilinear interpolation, interpolation calculation for water depth, within a verification example
matlab 图像旋转
- 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;