CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 线性插值

搜索资源列表

  1. peizhun

    0下载:
  2. 图像配准。一个遥感图像配准函数。 双线性插值~ -image registration algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:696
    • 提供者:shinkai262
  1. design

    1下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9926
    • 提供者:风行阵
  1. jihebianhuan

    0下载:
  2. 图像的几何变换处理,采用二维线性插值实现几何变换功能-two dimension transform ,rotation ,expansion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:4904
    • 提供者:chen
  1. picture-warp-using-Interpolation

    0下载:
  2. 运用插值算法对图像进行变形,包括邻近插值、双线性插值、三次卷积插值。使用了cximage类对jpeg类型图片的处理。有详细说明文档。-Use of the interpolation algorithm for image deformation, including the neighboring interpolation, bilinear interpolation, cubic convolution. Cximage class jpeg type of picture proces
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2717699
    • 提供者:r
  1. matlab-image-watermarking

    1下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2125174
    • 提供者:zxg
  1. ImageCoding

    0下载:
  2. 图像放缩,近邻插值、线性插值、三阶卷积插值。-Image zooming Neighbor interpolation Linear interpolation The first three convolution interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:164825
    • 提供者:柯锦
  1. tuxiangsuofang

    0下载:
  2. opencv编写的图像缩放程序,可自行调节缩放尺度,实现双线性插值缩放,代码可实现-Image scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3932464
    • 提供者:af
  1. image-processing

    1下载:
  2. 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
  3. 所属分类:Special Effects

    • 发布日期:2015-12-28
    • 文件大小:291840
    • 提供者:Xucheng
  1. An-Adjustment-Method-of-Image-Barrel

    0下载:
  2. 一种新的三维映射几何建模方法, 即通过弧面映射变换, 先获取目标图与原图的像 素一一映射关系, 再采用四点线性插值方法, 实现了对原图像的桶形几何失真校正-This paper put s forward a kind of new 3-dimension mapping g eometr y mo deling metho d: first w e obtain the o ne by one mapping relat io ns between the o bject pictur
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:343632
    • 提供者:刘浏
  1. ImageProcess

    0下载:
  2. 图像几何纠正 。双线性插值利用c#编写的程序,在visual studio环境。-Image geometric correction. Bilinear interpolation using a program written in c# in visual studio environment.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:931
    • 提供者:图像融合
  1. picture

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4195245
    • 提供者:李云
  1. chazhi

    0下载:
  2. matlab源程序,用线性插值和邻近插值实现图像的放大。-Matlab source code, using linear interpolation and adjacent interpolation image to enlarge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:177578
    • 提供者:xiawei
  1. xuanzhuan

    0下载:
  2. matlab源程序利用线性插值和邻近插值实现图像的旋转-matlab source code using linear interpolation and adjacent interpolation of image rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:177611
    • 提供者:xiawei
  1. image

    0下载:
  2. 对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1362
    • 提供者:caicai
  1. Bayer

    0下载:
  2. 实现将bayer图像对彩色图像的转换,采用线性插值法-To transfer a bayer image into RGB, linear inserting is adopted
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2822
    • 提供者:Paul
  1. matlab-image-shifting-and-rotate

    0下载:
  2. matlab 做图像平移和旋转 用的是领域插值法 二次线性插值 另外还有一些调用matlab自带函数的编程-matlba image shift and rotate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1756840
    • 提供者:chao
  1. Untitled

    0下载:
  2. 自己编写的对一幅图像实现最近邻插值和双线性插值,可以直接运行,效果很好。-Write your own images of a nearest neighbor interpolation and bilinear interpolation, can be run directly, the effect is very good.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1150
    • 提供者:朱珠
  1. 1

    0下载:
  2. 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值--Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:7670
    • 提供者:林政維
  1. Bilinear

    0下载:
  2. 根据双线性原理,对图像进行插值放大。 设放大比例为s,则k*s+1的点为原来图像上k处的值-The bilinear principle, the interpolation to enlarge the image. Set zoom ratio s, the value k* s+1 points of the original image k at
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:593
    • 提供者:ll
  1. chazhi2

    0下载:
  2. 改程序通过在matlab中实现双线性插值算法,使得图像放大时不会非常失真。-Change procedure in matlab bilinear interpolation algorithm, making the image to enlarge, not very distortion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:906
    • 提供者:李开阳
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com