搜索资源列表

  1. 双三次Bezier曲面算法

    0下载:
  2. 双三次Bezier曲面算法
  3. 所属分类:Windows编程

    • 发布日期:2010-12-21
    • 文件大小:368258
    • 提供者:yanhui_xing
  1. SPLIE

    0下载:
  2. 用C++编写的双三次样条插值算法-prepared by the C-cubic spline interpolation algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:田晖
  1. splline2

    0下载:
  2. 绘制双三次B样条曲线-mapping bicubic B-spline curves
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:33792
    • 提供者:诺亚
  1. texthalo

    0下载:
  2. 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:955392
    • 提供者:陈兴锐
  1. Bezierqxccsf

    0下载:
  2. 双三次Bezier曲面 利用TurboC实现Bezier曲面的生成算法。-bicubic Bezier surfaces using Turbo achieve Bezier surface generation algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘碧茜
  1. SPLIE2

    0下载:
  2. 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. Code

    0下载:
  2. 用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:周萍
  1. D2R10

    0下载:
  2. 用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:246784
    • 提供者:任林
  1. C3

    0下载:
  2. 插值 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值-Interpolation 1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval metho
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:freezingsnow
  1. CarToPolar

    0下载:
  2. 自己做的图像直角坐标与极坐标转换程序,源代码中还有双线性和双三次插值的函数代码,很基础也很实用。-To do their own image rectangular coordinates and polar coordinates conversion process, the source code also bilinear and bicubic interpolation function of the code, it is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:241664
    • 提供者:dc
  1. 11

    0下载:
  2. 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。-Some have written procedures for image interpolation algorithm. Including the nearest neighbor interpolation, bilinear interpolation and bicubic interpolation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈旭
  1. xfarbe-2.3

    1下载:
  2. 一个非常棒的二维等值线绘制程序,采用双三次曲面拟合算法,得到的等值线非常光滑,相比其它我所见的到的追踪等值线算法加平滑结果得到的等值线质量高出很多。-A great two-dimensional contour mapping procedures, the use of bicubic surface fitting algorithm, the contour lines to be very smooth, compared t
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:282624
    • 提供者:sun
  1. shuangsancichazhi

    0下载:
  2. 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!-To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:49152
    • 提供者:贾子渊
  1. bezier

    0下载:
  2. 实现双三次贝塞尔曲面,用16个控制点控制曲面的形状。-Bicubic Bezier surface to achieve, with 16 control points to control the shape of surface.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:770048
    • 提供者:古莹
  1. libswscale

    0下载:
  2. 11中图像缩放算法,包括双线性,双三次,sinc 效果非常好。-matlab write any size color image of the zoom
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:670720
    • 提供者:zhang
  1. Coons

    0下载:
  2. 利用图像原像素,构造coon曲面,实现图像的放大,实验结果比双三次插值要好-image processing
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:alahu
  1. interpolation

    0下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken inte
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:10240
    • 提供者:
  1. wave-inter

    0下载:
  2. 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zhoujianhua
  1. 三次样条插值试验品_by婞

    0下载:
  2. 能够实现双三次样条插值,是图像处理中的常用函数。(Bicubic Spline Interpolation)
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:2636800
    • 提供者:婞喵养鱼
  1. 双三次插值

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:奥特曼11
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org