CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 三次卷积

搜索资源列表

  1. ImgScale

    1下载:
  2. 一个图像平滑缩放程序 支持最邻近插值│双线内插值│三次卷积法- A picture smooth 缂╂斁 procedure support most is close to in the interpolation 鈹?double thread the interpolation 鈹?three convolutions law
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58660
    • 提供者:郭卫康
  1. changeTwo

    0下载:
  2. 使用双线性插值和三次卷积法对图象进行扩大两倍的处理,存储于一个dat文件中-use bilinear and cubic convolution interpolation method of image expanded twice the processing, storing in a paper dat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4349
    • 提供者:王立东
  1. math

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

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

    1下载:
  2. 该小软件为图像的缩放处理,有3种算法:邻近取值插值,二次线性插值,三次卷积插值
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:35061
    • 提供者:刘立军
  1. picture

    0下载:
  2. 本程序提供了邻近值插值和三次卷积插值两种插值方法,可实现图像的任意比例放大缩小和任意角度的旋转,但由于本人不会MFC编程,所以所有变换结果必须到相应文件夹下(必须同时存放图形文件和程序)查看。
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:2945
    • 提供者:清枫
  1. VB_scale

    0下载:
  2. 最临近插值、双线性内插值、三次卷积法、StretchBlt法实现图像平滑放大
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40515
    • 提供者:李华峰
  1. twoWays.rar

    0下载:
  2. 双线性插值和三次卷积法将图象扩大两倍,c语言实现。,bilinear and cubic convolution interpolation method will expand the image twice, c language.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:4009
    • 提供者:王立东
  1. imgCubicConvolutionInterpolation

    0下载:
  2. 三次卷积插值, 三次卷积插值,-Cubic convolution interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1168
    • 提供者:baige
  1. Bilinear-interpolation-and-cubic-convolution

    0下载:
  2. 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98202
    • 提供者:张燕
  1. resample

    0下载:
  2. 此程序包括重采样中的最邻近法,双线性内插法,三次卷积法。-resampling
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:90314
    • 提供者:TENG_JC
  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. downSample

    1下载:
  2. 实现图像下采样,实现的采样方法有最邻近采样法、二次插值法、双三次卷积法。-Image sampling, the sampling method to achieve the nearest neighbor sampling method, the quadratic interpolation, bicubic convolution.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-14
    • 文件大小:21647
    • 提供者:西西艾路
  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4220
    • 提供者:王四海
  1. Correction-of-remote-sensing-image

    0下载:
  2. 有关遥感图像的配准和畸变的矫正,包含了空间畸变矫正的常用的三种算法,最近邻法,双线性内插值,三次卷积插值-Correction of remote sensing image registration and distortion
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11260526
    • 提供者:叶子
  1. test11

    0下载:
  2. 图像插值算法的实现,包括,近邻,双线,三次卷积-Image interpolation algorithm to achieve, including neighbors, double, cubic convolution
  3. 所属分类:Picture Viewer

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:zsy
  1. GeometricTransform

    0下载:
  2. 不仅运用C#具有内置的方法来实现图像的几何变换:旋转,缩放,错切和平移,而且还运用仿射变换算法来实现上述的几何变换。最后,运用双线性插值和三次卷积插值算法实现图像的插值运算-Not only the use of C# has a built-in method to achieve an image of geometric transformations: rotation, scaling, shearing and translation, but also the use of the
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1592121
    • 提供者:冯珍珍
  1. zoom

    0下载:
  2. 图像处理 旋转、缩放、平移 仿射变换 双线性插值 三次卷积-Image processing, rotate, zoom, pan, affine transformation, bilinear interpolation, cubic convolution
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:276107
    • 提供者:刘奇
  1. Cubic-convolution-interpolationfor

    0下载:
  2. 关于数字图像的三次卷积插值,比三次样条,线性插值等更加有效-Cubic convolution interpolationfor digital image processing,it can be shown that the order of accuracy of the cubic convolution method is between that of linear interpolation and thaotf cubic splines.
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1168613
    • 提供者:Cynthia
  1. Three_convolution

    1下载:
  2. matlab实现对图像的双三次卷积内插,以图像的缩放为例子(Matlab to the image of the double triple convolution interpolation, with the image zooming as an example)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:tgod1994
  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
    • 提供者:明日萌
« 12 »
搜珍网 www.dssz.com