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

搜索资源列表

  1. 曲线_插值

    0下载:
  2. 这是一个有关线性插值的例子,用vb编写,具有良好的界面,而且是可是化的.仅供大家参考.-This is a linear interpolation of the examples used vb prepared, to have a good interface, but it is based. Only your reference.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:25463
    • 提供者:张华仁
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. 双线性插值法实现图像平移

    1下载:
  2. 双线性插值法实现图像平移
  3. 所属分类:GDI/图象编程

  1. chazhi2.rar

    0下载:
  2. 对图像三线性插值方法进行改进,添加加权系数,更好地消除人工痕迹。,Trilinear interpolation of the image method to improve, add the weighted coefficient, and better elimination of artificial traces.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:7559
    • 提供者:yangyang
  1. imrotatePos

    0下载:
  2. 基于双线性插值的图像旋转,似于MATlab的imrotate函数功能-imrotatePos
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1889
    • 提供者:涂洪国
  1. pointdrawchazhi

    0下载:
  2. 实现了点合成线段的最优化线性插值设计,有好用的界面和输入方式-Segment achieved a point of synthesis of linear interpolation to optimize the design, there are easy-to-use interface and input methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:47496
    • 提供者:yangbo
  1. Interpolation

    0下载:
  2. 线性插值算法,对高速二次线性插值算法的讨 论-Linear interpolation algorithm, the second high-speed linear interpolation algorithm discussion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:126302
    • 提供者:jack
  1. chazhi

    0下载:
  2. 图像三线性插值算法,对一定图像插值成给定大小的图像-Image trilinear interpolation algorithm, Image Interpolation of a certain size into a given image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:6692
    • 提供者:yangyang
  1. imageScalingAlgorithm

    0下载:
  2. 基于双线性插值的图像缩放算法论文,原理及其源代码-Based on the bilinear interpolation of the image scaling algorithm paper, principle and its source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-09
    • 文件大小:1894787
    • 提供者:凌涵
  1. pictureredraw

    1下载:
  2. 由于光学镜头的生产工艺等原因,数码相机拍摄图像常常会出现非线性的几何畸变。针对这一常见问题,采用最小二乘拟合、双线性插值的方法对拍摄图像进行校正。实验结果表明,该方法能够在保证无颜色失真的条件下获得较为理想的校正结果。- the picture is changed when we get it,this mothed is to redraw it
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-05-13
    • 文件大小:2833167
    • 提供者:王志
  1. GeoTrans

    0下载:
  2. MFC实现的图像的缩放,旋转。包括双线性插值算法的实现。-MFC to achieve the image scaling, rotation. Including the bilinear interpolation algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2068468
    • 提供者:ruby
  1. Bilinear

    0下载:
  2. 用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1913977
    • 提供者:duckling
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。-Bilinear interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:202288
    • 提供者:宋杰
  1. bilinear-interpolation

    0下载:
  2. 二次线性插值算法 MFC C++实现 (插值算法 linear interpolation))(linear interpolation MFC VC++ source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:253952
    • 提供者:flash50
  1. 插值

    1下载:
  2. 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插值算法。(The drop-down menu select
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:15360
    • 提供者:jrhc
  1. 新建文件夹

    0下载:
  2. 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
  3. 所属分类:其他

  1. 线性插值

    0下载:
  2. 任给两点处的数据,计算处其中点的插值结果(linear interpolation based on data at two points)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6144
    • 提供者:chtq22
  1. 常用的8种fortran插值程序

    5下载:
  2. 常用的8种fortran插值程序(包含线性插值,拉格朗日插值等)(8 commonly used FORTRAN interpolations)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:51200
    • 提供者:Ruitao
  1. 双三次插值

    0下载:
  2. 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:奥特曼11
  1. 线性插值法

    0下载:
  2. 线性插值是指插值函数为一次多项式的插值方式,其在插值节点上的插值误差为零。线性插值相比其他插值方式,如抛物线插值,具有简单、方便的特点。线性插值的几何意义即为概述图中利用过A点和B点的直线来近似表示原函数。线性插值可以用来近似代替原函数,也可以用来计算得到查表过程中表中没有的数值。(Linear interpolation means interpolation function with polynomial interpolation, and its interpolation error
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:187392
    • 提供者:chenrongjie
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com