搜索资源列表
NEDI图像插值
- New Edge-Directed Interpolation
interpolation.rar
- 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
shuangsancichazhi.rar
- 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
image
- 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
shuangxianxing
- matlab双线性插值算法实现图像放大源代码-matlab bilinear interpolation algorithm to enlarge the image
Matlab
- MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
wave-inter
- 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
Bilinearinterpolation
- 双线性插值法,用于图像的放大,将图像放大-Bilinear interpolation for image magnification, the image to enlarge
Bilinear-interpolation-algorithm
- 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly creat
bilinear_interpolat2
- 双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返
PVEInterpolation
- 实现图像的像素放大功能,插值放*,例如将一副128*128的图像放大为512*512的图像,希望对大家有所帮助-Image pixel zoom function, interpolation magnify
Bilinear-Interpolation
- 基于MATLAB编写的双线性插值法函数,用于通过双线形插值法实现灰度图像的缩小和放大-Function of Bilinear Interpolation for Digital Image Processing
bilinear_interpolation
- 这个程序采用双线形插值实现图像放大。参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-This program implement bilinearity interpolation to realize image zoom out .
fangdasuoxiao
- 在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.
matlab2
- 对“2.1.bmp”图像操作,将其放大至原来大小的1.5倍,采用双线性插值方法放大。 对“2.1.bmp”绕图像中心逆时针旋转20度,采用双线性插值方法。此题目不要使用imresize和imrotate函数,自己写程序完成。 2.对畸变图像进行矫正:”2.2.bmp”为畸变后的图像,已知畸变后图像上的四个点(118,88)(90,140)(139,168)(168,116)对应畸变前的点分别为为(98,98)(98,158)(158,158)(158,68),用对应点约束法求畸变前
new
- 代码是matlab上图像放大/缩小,双线插值的简单例程-Matlab code on the picture to zoom in/out, a simple double interpolation routines
双线性插值法放大灰度图像
- 双线性插值法放大灰度图像 双线性插值法放大灰度图像 双线性插值法放大灰度图像
Test
- 双线性插值图像放大Implement a bilinear interpolation algorithm Implement a bilinear interpolation algorithm-Implement a bilinear interpolation algorithm
funjou
- 音频信号通过LM386放大,基于kaiser窗的双谱线插值FFT谐波分析,用于图像处理的独立分量分析。- LM386 audio signal amplification, Dual-line interpolation FFT harmonic analysis kaiser windows, Independent component analysis for image processing.
iaged-standard-const
- 经典程序,实现3种插值算法,可以做到任意比例的图像缩小或者放大,且长宽比例可以不同()