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

搜索资源列表

  1. SuperScaling

    0下载:
  2. 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:42930
    • 提供者:心港
  1. VC实现三次样条的图像缩放

    1下载:
  2. 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:537836
    • 提供者:汪刚
  1. srcmap

    0下载:
  2. 一个用c语言写的图像插值算法,茶汁速度快-a language used to write the image interpolation algorithm, the tea fast
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6252
    • 提供者:张云
  1. ViewMorphing

    0下载:
  2. 图像插值程序,在一些场合需要提供真实接触感觉,可以根据视角位置变化而生成对应视点的视图,提供相应的三维感觉,从而能够“环视”场景中的三维物体。-image interpolation procedures, in some occasions the need to provide access to real sense, it may change position and perspective generation of the corresponding Perspective Vie
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:136918
    • 提供者:苏真
  1. linearandnearest

    0下载:
  2. 图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:931408
    • 提供者:王莞丽
  1. math

    0下载:
  2. 图像插值程序,可以任意缩放,并使用了双线性插值和三次卷积插值,还可以旋转插值,用户界面友好,制作精美,绝对值得一看
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:78987
    • 提供者:zhanglei
  1. SRC011_wavelet_inter

    0下载:
  2. 基于小波的图像插值研究。借助图像的小波变换,利用图像小波分解后高低分辨率子带之间存在的相似性,由低分辨率子带插值近似高分辨率子带,得到比原图像分辨率高的图像。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:598549
    • 提供者:李继刚
  1. Image_Operators_matlab_codes

    1下载:
  2. 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切 12.5 空间变换 12
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:4674
    • 提供者:tian
  1. piexl

    0下载:
  2. 一篇很不错的基于对应点匹配的断层图像插值方面的论文,做的结果很有参考价值!
  3. 所属分类:图形图象

    • 发布日期:2014-01-17
    • 文件大小:271543
    • 提供者:韩寒
  1. 图形缩放

    0下载:
  2. 图像插值程序,可以对图像任意缩放。例如:可以将大小为256 (高)×256(宽)的图像改变为大小为360×300的图像。-image interpolation procedures, the images can be arbitrary scaling. For example : can be the size of 256 (H) x 256 (W) to change the image size of 360 x 300 images.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:963737
    • 提供者:刘文飞
  1. NearestNeighbor

    0下载:
  2. 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. CubicConvolution

    0下载:
  2. 采用三次卷积法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the Cubic Convolution method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. 2D-interpolation

    0下载:
  2. G++和opencv实现图像的双线性插值(G++ code for Bilinear interpolation of images with opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:小王 123
  1. 2

    0下载:
  2. 还未完成的java文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的线性插值(The unfinished Java text game is a point avalanche behind the beginner, and the linear interpolation of the image is realized with the GM version G++ and the opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:1286144
    • 提供者:wangcui
  1. 数字图像的几何变换

    0下载:
  2. 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用
  3. 所属分类:文档资料

  1. MATLAB基于点的图像配准程序

    0下载:
  2. 基于点的二维图像配准程序,双线性插值算法,适用于二维图像(image regisration of 2d imag)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:36864
    • 提供者:victoryfeng
  1. ARI

    0下载:
  2. 用自适应残差插值算法处理拜耳图像,插值后的图像质量很好,能够最大程度的减少拉链和伪影现象。(The adaptive residual interpolation algorithm is applied to deal with the Bayer image. The quality of the interpolated image is very good, and it can minimize the phenomenon of zipper and artifact.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:714752
    • 提供者:lili2222
  1. MLRI

    1下载:
  2. 利用最小化拉普拉斯残差插值算法处理拜耳图像,采用稀疏拉普拉斯滤波器处理红绿蓝三种像素,达到良好的插值效果。(Using the minimized Laplasse residual interpolation algorithm to deal with Bayer image, three pixels of red and green blue are processed by sparse Laplasse filter to achieve good interpolation eff
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:742400
    • 提供者:lili2222
  1. ddfapd

    0下载:
  2. 方向滤波和后验决策算法,利用图像的边缘特性,将梯度权重值加入,能够很好的改善插值后图像的伪影效果。(Directional filtering and posteriori decision algorithm, using the edge characteristics of the image, add the gradient weight value, which can improve the artifact effect of the interpolated image.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:lili2222
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »
搜珍网 www.dssz.com