搜索资源列表
图象插值方法的研究和实现
- 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
双线性插值法matlab程序
- 双线性插值法matlab程序,图像插值方法
图像插值(最近邻域和双线性)
- Matlab程序
matlab插值代码
- 包含了双线性双三次等插值程序
信道模型为带多普勒频移的瑞利衰落信道
- 信道模型为带多普勒频移的瑞利衰落信道,关于线性插值的MATLAB仿真程序,并解调。,Channel model with Doppler frequency shift for the Rayleigh fading channel, on the linear interpolation of the MATLAB simulation procedures, and demodulator.
imrotatex.rar
- 自己用matlab语言编写的基于双线性插值的图像旋转程序,I have written based on the bilinear interpolation of the image rotation process
interpolation
- 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program
shuangxianxingchazhisuofangtuxiang
- 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可以对其前的实验结果进行比较分析异同,进而更深刻的理解最近邻插
chzhi_rgb
- 双线性插值与最近领域插值的matlab源程序,两种算法的效果比较。-Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.
ImageEnlarge
- 采用国际标准测试图lena进行测试。分别采用“基于像素放大原理的图像放大”、“基于双线性插值原理的图像放大”两种方法进行图像分割。并附有注释、程序清晰、易于阅读。相信图像初学者阅读后必定会有很大的-image enlarge, pixel enlarge based method, bi-linear insert method
imageGUI
- 运用MATLAB工具箱实现图像处理的GUI程序设计 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入
bilinear_interpolation
- 双线性插值图像放大/缩小算法源程序。里面还包含了 Image 基本类及其基本操作,可供许多图像处理程序使用。-Bilinear interpolation image zoom in/out source algorithm. Which also contains the basic type of Image and its basic operation for many image processing programs.
image
- 自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序-Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program
ZHAO_OFDM
- 这个程序除了接收机同步、信道编码没有加入外,基本上反映了一个OFDM系统的特性: 1. qpsk/16qam/64qam映射、解映射 2. OFDM调制解调(循环前缀,FFT等) 3. 非整数采样时刻多径时延的多径信道 4. Rayleigh或者Rician多径信道 5. 信道的连续时变(非block fading) 6. 线性插值信道估计 7. FFT变换域插值信道估计-In addition to this program receiver synchroniza
naknot
- 非扭结样条程序 分段线性插值函数 含例题-Non-kink-spline interpolation function piecewise linear process with examples
Interp
- MATLAB程序演示线性插值和三次样条插值原理-Interpretation based on linearity and cubic spline on matlab codes
matlab-image-watermarking
- 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
Bilinear-Interpolation
- 双线性插值matlab程序,内容是灰度级插值之双线性原理与实现,包括原理简介和代码源程序-Bilinear Interpolation based on matlab
spline3
- 数值计算方法 三段线性插值matlab程序,可以输出各段函数-Numerical methods linear interpolation matlab program three sections, each section can be output function
MATLAB基于点的图像配准程序
- 基于点的二维图像配准程序,双线性插值算法,适用于二维图像(image regisration of 2d imag)