搜索资源列表

  1. texthalo

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

    • 发布日期:2008-10-13
    • 文件大小:955789
    • 提供者:陈兴锐
  1. SPLIE

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

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

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

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

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

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

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

    • 发布日期:2024-05-25
    • 文件大小: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-25
    • 文件大小: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-25
    • 文件大小: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-25
    • 文件大小: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-25
    • 文件大小:2048
    • 提供者:陈旭
  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-25
    • 文件大小:49152
    • 提供者:贾子渊
  1. Coons

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

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

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

    • 发布日期:2024-05-25
    • 文件大小: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-25
    • 文件大小:1024
    • 提供者:zhoujianhua
  1. interpolation

    0下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法-Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:128000
    • 提供者:zhoujianhua
  1. Bicubic

    0下载:
  2. 双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-25
    • 文件大小:12288
    • 提供者:天羽忍
  1. picture_interpolation_handle

    0下载:
  2. 包括几种基于多项式插值的图像处理matlab代码,包括双三次插值,样条差值等-Includes several image processing based on polynomial interpolation matlab code, including double-cubic interpolation, spline difference, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:8192
    • 提供者:wangfuqiang
  1. 双三次插值彩色图像

    0下载:
  2. 双三次插值用于彩色图像处理,连续的经典方法,应用广泛,结构简单,速度快(Biucbic color image interpolation)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:1955840
    • 提供者:HongweiDumr
  1. Bubic

    0下载:
  2. 用MATLAB语言编写的图像处理双三次插值源代码(MATLAB image processing, double three interpolation)
  3. 所属分类:图形图象

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

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

    • 发布日期:2024-05-25
    • 文件大小: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-25
    • 文件大小:1024
    • 提供者:奥特曼11
« 12 3 4 5 6 »

源码中国 www.ymcn.org