搜索资源列表
ImgScale
- 一个图像平滑缩放程序 支持最邻近插值│双线内插值│三次卷积法- A picture smooth 缂╂斁 procedure support most is close to in the interpolation 鈹?double thread the interpolation 鈹?three convolutions law
vc
- 图像处理程序,VC平台,功能是用三次内插法对BMP图像放大,也可还原.
bilinear
- 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用
VB_scale
- 最临近插值、双线性内插值、三次卷积法、StretchBlt法实现图像平滑放大
imgenlarge2.rar
- %彩色图片放大双线性内插法,实现图片的高质量放大, Color picture to enlarge bilinear interpolation to achieve high-quality picture to enlarge
project1
- 放大和缩小图像,采用最近邻域内插和像素复制法放大图像,采用像素删除法缩小图像-Zoom in and out using the nearest neighbor interpolation and pixel replication method to enlarge the image, pixel deletion method to reduce the image
interpolationEC
- 误码掩盖线性内插法MATLAB程序,在独立丢失块的情况下,进行了双线性内插的误码掩盖恢复算法-linear interpolation error concealment
tuxiangpinjiefa
- 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
speeder_RS_2
- 实现读图像,显示图像,以及一个遥感上的应用,即用间接法,多项式纠正,双线性内插实现对遥感图像的纠正。-Reading achievement of images, display images, as well as a remote sensing application, that is, using the indirect method, polynomial correct, bilinear interpolation to achieve the correct remote se
imageshift
- %彩色图片平移双线性内插法,实现高质量平移- Full-color photographs, translational bilinear interpolation to achieve high-quality translational
nbpsi
- NBP-SI算法,一种非线性误码掩盖算法,较之线性内插法更加注重图像的像素间的相关程度-NBP-SI
RsImagepinjie
- 本程序实现了两幅影像在已知了重叠区域后的拼接功能,采用最小二乘法来调节两幅影像的色差,相关系数法来寻找最佳镶嵌边,并对镶嵌边采用内插处理得到联系的镶嵌线-This program implements two images overlap known regions of the splicing function, using least squares method to adjust the two color images, the correlation coefficient met
Mag_interpolation_Snake
- 本程序使用双线性内插法进行彩色图像的扩散,使用自蛇模型-This program uses bilinear interpolation for the proliferation of color images, the use of self-snake model
Spine-enlarge-image
- 利用三次内插法对图像进行无极放大,算法清晰简明,方便移植与使用,能够适应各种集成算法功能的要求,具有很好的实用性。-Three interpolation Promise to enlarge the image, the algorithm is clear, concise, easily ported with the use, able to adapt to the functional requirements of a variety of integration algorith
Medfilter_Self
- 自适应中值滤波,线性内插法等算法的自己实现以及其他一些重要的算法-Adaptive filtering, linear interpolation algorithm to achieve their own as well as some other important algorithms
PIC
- 程序均用matlab编写 ch ex 的文件是信号与系统频谱密度函数或者时移特性的展示 Advanced_Mathematica_picture_zoom是利用二次线性内插值法对彩色图片进行任意倍数的放大 每个程序都含有详细的注释-Programs are written in matlab chex file is spectrum density of signal and system function or moving features of the display
interpolation
- matlab3种内插法的实现。最近邻内插法,双线性内插法,双三次内插法的具体实现(To realize interpolation in matlab3)