CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 二次插值

搜索资源列表

  1. B-SPLINE

    0下载:
  2. 二次或三次B样条函数插值函数vc++实现
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:3.47kb
    • 提供者:xxt
  1. 2003374315

    0下载:
  2. 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1.8kb
    • 提供者:梁小秋
  1. LagInterp

    0下载:
  2. Lagrange 插值,该程序实现线性,二次,三次等等lagrange插值功能。-the interpolation of Lagrange
  3. 所属分类:Wavelet

    • 发布日期:2017-04-11
    • 文件大小:566byte
    • 提供者:caohy
  1. Sinusoidalquadraticinterpolation

    0下载:
  2. 实用的正弦二次插值算法,有推倒过程和误差分析。-Practical quadratic interpolation algorithm for sinusoidal, and tear down the process and error analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:241.37kb
    • 提供者:陈珊珊
  1. imagetransformation

    0下载:
  2. 此文件夹中包含了 七种图像处理算法。每一种都有 对应的测试图片和能正确运行的vc源代码 图像算法涉及 三次插样、亮度增减、均值滤波、傅立叶变换、二值化变换、对比度拉伸、Walsh变换。希望与大家一同分享这些技术-In this rar,there are seven kinds of image processing algorithm.they all include lots of picture and executable program with vc++ .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:jiyu
  1. rotate

    0下载:
  2. 实现图像空间旋转,灰度插值操作,插值方法分别是最近邻法和二次线性法。-Achieve the image space rotation, gray-level interpolation operation, interpolation methods are nearest neighbor method and the second linear method.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.43kb
    • 提供者:bbdlp
  1. ad

    0下载:
  2. C2:插值 1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (PO
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-27
    • 文件大小:31.33kb
    • 提供者:王斌
  1. BMPDownSize

    0下载:
  2. 实现了bmp图像文件的读写操作,并验证了图像二次插值的缩放算法-Bmp image file implements read and write, and verify that the image scaling algorithm for quadratic interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:321.97kb
    • 提供者:libra
  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
    • 文件大小:95.9kb
    • 提供者:张燕
  1. Super-Resolution--

    0下载:
  2.  针对视频序列的超分辨率重建,提出了一种动态自适应滤波方法. 在最大后验概率估计和加权最小二乘 的基础上,给出视频序列超分辨率重建数学模型 深入研究了运动补偿矩阵和权值矩阵的构成和性质 详细推导了 自适应滤波器的递推公式 分析了算法的存储与计算复杂度. 仿真实验表明该算法的重建结果相当有效,相比双三 次插值和无运动补偿的单帧迭代重建,可以获得一定的PSNR 增益 与Elad 滤波方法相比,具有更小的计算量和 更强的自适应性和鲁棒性.-Super-resolution for th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:263.22kb
    • 提供者:redxuech
  1. suofang

    0下载:
  2. 实现了基于二次线性插值的缩放,可运行于vs.2008-Implemented based on bilinear interpolation of the scaling can be run on vs.2008
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-25
    • 文件大小:8.01mb
    • 提供者:xue yanbing
  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
    • 文件大小:21.14kb
    • 提供者:西西艾路
  1. pixellib-1.2.115-20110925.tar

    0下载:
  2. 高质量二维渲染引擎,透视变换,色彩空间变换,二次三次插值,矢量图形,抗锯齿。-pixellib:High Quality Anti-Alising Vector/Raster Graphics Multi-Pixel-Format: RGB, BGR, ARGB, ABGR, RGBA, BGRA 8/15/16/24/32 depth Light weight 100 C implementation SSE2/MMX Graphics Optimized
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:169.37kb
    • 提供者:林伟
  1. model

    0下载:
  2. 拉格朗日二次插值,使用拉格朗日函数进行二次平滑插值-Lagrange quadratic interpolation using the Lagrangian function secondary smooth interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:5.03kb
    • 提供者:邓超
  1. jihebianhuan

    0下载:
  2. 数字图像几何变换,三种插值算法。最邻近,二次插值,双三次插值。-Digital image geometric transformation, the three interpolation algorithm. Nearest neighbor, quadratic interpolation, bicubic interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:4.47kb
    • 提供者:吴迪
  1. ercichaz23

    0下载:
  2. 机械优化设计主要包括建立优化设计问题的数学模型和选择合适的优化方法及程序两方面的内容.基于二次插值法的基本原理,通过实例,编写MATLAB程序进行求解,计算结果说明了二次插值法是一种求解一元函数极小点问题最优解的可行高效的方法.-Mechanical optimization design includes a mathematical model to optimize the design of the problem and choose the appropriate two aspec
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:664.01kb
    • 提供者:王斌
  1. bi_quadric_interpolation

    0下载:
  2. 双二次插值 图像缩放 效果一般般吧,,欢迎大家使用-Double quadratic interpolation image scaling effects generally like it, are welcome to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:727byte
    • 提供者:杨顺
  1. Spline

    0下载:
  2. 用于计算机图形学中的二次、三次样条插值和普通的线性插值、二次插值-Used in computer graphics in the second, third order spline interpolation and ordinary linear interpolation, quadratic interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:Asun
  1. urdciv8

    0下载:
  2. 二次插值的计算方法,其它优化设计方法的基础,()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:6kb
    • 提供者:DYZqaxk_86453
  1. pro_distortion

    0下载:
  2. 对失真的汽车牌照进行投影失真校正并进行线性插值和二次插值(Projection distortion correction for distorted vehicle license plates and linear interpolation and two degree interpolation are performed.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:91kb
    • 提供者:LING0712
« 12 »
搜珍网 www.dssz.com