CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 三次样条

搜索资源列表

  1. Cubic-Spline-Interpolation

    0下载:
  2. 不管对于图像的编码还是解码,三次样条算法的性能都是很好的,然后由于计算量比较大使他的效率有所下降,在次提出了一个考虑算法质量的前提下的快速算法。-regardless of the coding for images or decoding, cubic spline algorithm performance are good, and then because of the comparison calculation of the efficiency Ambassador he decl
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:269.11kb
    • 提供者:王献中
  1. Code

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

    • 发布日期:2008-10-13
    • 文件大小:17.88kb
    • 提供者:周萍
  1. spline3_dephi

    0下载:
  2. Dephi写的三次样条拟合及显示程序, 供计算机图形学爱好者使用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:刘导
  1. Curve_Interplation.rar

    0下载:
  2. 多种曲线差值方法, 如拉格朗日多项式差值, 贝塞尔曲线差值, 三次样条差值,A variety of curve difference methods, such as Lagrange polynomials margin, the margin Bezier curves, cubic spline difference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:123.99kb
    • 提供者:kehaiying
  1. quxiansuanf.rar

    0下载:
  2. 三次B样条参数曲线算法,在计算机图形学中很重要的点。希望对大家有用。,Three parameters of B-spline curve algorithm, computer graphics in a very important point. Useful for all of us hope.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:267.27kb
    • 提供者:Keven
  1. CubicSplineAndBezier

    0下载:
  2. 三次样条插值和贝塞尔曲线 主要是对图象做插值-Cubic spline interpolation and Bezier curves are mainly made of image interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.71mb
    • 提供者:Lucx
  1. scytqx

    0下载:
  2. 一个用C语言实现三次B样条曲线,计算机图形学-C language realization of the three B-spline curves, Computer Graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:711byte
    • 提供者:tim
  1. Spline3

    0下载:
  2. 离散点三次样条函数插值,各种边界条件:抛物、夹持、自由等-Discrete points of cubic spline function interpolation, a variety of boundary conditions: parabolic, gripping, freedom, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.84kb
    • 提供者:蔡平
  1. PictureParticipate

    0下载:
  2. 图像插值程序,载入图像后可以进行变形处理,提供的差值方式包括最近邻插值、三次样条插值等。-Image interpolation process can be deformed after loading the image processing methods include providing the difference between the nearest neighbor interpolation, cubic spline interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.1mb
    • 提供者:兰鹰
  1. CCD

    0下载:
  2. 为了提高自准直仪的准确度,利用三次样条插值法对CCD 像元进行细分,并利用直线边缘 拟合法检测图像边缘-into the CCD IMAGE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:370.46kb
    • 提供者:高雪
  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. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:8.03kb
    • 提供者:wangfuqiang
  1. matlab3-splinecode

    0下载:
  2. 三次样条差值法的具体代码,很有用,是我论文中用到的,仅供参考,但是非常有价值!-Cubic spline difference method specific code, very useful, is the paper I used for reference purposes only, but very valuable!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1.08kb
    • 提供者:chengxin
  1. 20102481matlab

    0下载:
  2. 三次样条的函数插值,反应插值函数和插入值。-Three spline interpolation function, reaction and insert the interpolation function value.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:139.38kb
    • 提供者:马超
  1. CubicSpline

    1下载:
  2. 使用的matlab语言编写的图像双三次样条插值,用于图像分辨率增强的经典算法,效果不错。-Matlab language used image bicubic spline interpolation, the classical algorithm for image resolution enhancement, to good effect.
  3. 所属分类:Special Effects

    • 发布日期:2014-08-27
    • 文件大小:25kb
    • 提供者:高崟
  1. WeightBilinear

    0下载:
  2. 对图像进行插值放大,采用的是权重双线性的方法,放大后的图像不像三次样条插值的结果过度平滑,也比双线性的效果好。-Enlarge the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:747byte
    • 提供者:jodan
  1. image-interpolation

    1下载:
  2. 基于MATLAB的几种图像插值,包括三次样条插值、三次插值、线性插值、最邻近插值 -Several image interpolation based on MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-16
    • 文件大小:550.57kb
    • 提供者:随风
  1. cubic-spline-interpolation

    0下载:
  2. 利用三次样条法,对折线进行圆滑处理。课程设计中的一个小程序。-Using the cubic spline method, the broken line for smooth handling. Curriculum design, a small program.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2.24kb
    • 提供者:tong
  1. chazhichuli

    0下载:
  2. 利用各种插值法对图像进行增强,线性插值,三次插值,三次样条插值-Using various interpolation method of image enhancement, linear interpolation, cubic interpolation, cubic spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:968.25kb
    • 提供者:杨光
  1. HRS

    0下载:
  2. 本函数可以处理包括高分辨率在内的影像的三次样条差值的实现以及通用质量评价指标的融合效果计算。-the functions can process image including the HSR by using the three cubic bline. UIQI can also be calculated by the member function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.6kb
    • 提供者:何知昌
  1. matlab2

    0下载:
  2. 基于matlab三次样条插值源码程序,word版的程序,可以供大家参考使用-Based on cubic spline interpolation matlab source program, word version of the program, you can use for your reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:10.52kb
    • 提供者:彭成
« 12 »
搜珍网 www.dssz.com