搜索资源列表
-
0下载:
实现双线性插值算法对图像进行2倍和4倍分辨率放大并缩小2倍-2 and 4 times the resolution of the image to enlarge and shrink 2 times bilinear interpolation algorithm
-
-
0下载:
运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output
size through two dif
-
-
0下载:
matlab实现用双线性插值法放大和缩小图像-Zooming and Shrinking Images by Bilinear Interpolation
(a) Write a computer program capable of zooming and shrinking an image by bilinear interpolation. The input to your program is the desired size of the resulting ima
-
-
0下载:
双线性插值放大缩小图像
编写一个通过双线性插值来缩放和缩小图像的计算机程序。(Zooming and Shrinking Images by Bilinear Interpolation
(a) Write a computer program capable of zooming and shrinking an image by bilinear interpolation. The input to your program is the desired size of th
-