CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - B样条

搜索资源列表

  1. nurbsR2006b

    1下载:
  2. 非均匀有理B样条的matlab程序,其中用到了C的混合编程。对于学习数据融合技术的人很有帮助!-Non-uniform rational B-spline matlab program, which uses a mixture of C programming. Data fusion technology for the study of people very helpful!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:215675
    • 提供者:zhanglin
  1. Bezier-and-B-spline-Techniques

    1下载:
  2. 贝塞尔曲线和B样条曲线外文原版讲义,需要看英文著作的朋友请下载-Bezier curves and B-spline curve foreign original notes, need to see a friend in English literature download
  3. 所属分类:图形图象

    • 发布日期:2013-11-18
    • 文件大小:1454129
    • 提供者:shang
  1. B-spline-surface

    3下载:
  2. 这是在MATLAB-2008a环境下编写的B样条曲面生成程序,可以通过调整节点矢量和控制顶点来调整曲面形状。-This is a MATLAB-2008a environment, prepared by B-spline surface generation program, you can adjust the knot vector and control points to adjust the surface shape.
  3. 所属分类:Graph Drawing

    • 发布日期:2016-06-07
    • 文件大小:503753
    • 提供者:小胡
  1. B-SPLINE

    0下载:
  2. 两篇关于B样条处理的英文文章,涉及到插值等相关内容-2 on the B-spline to deal with the English articles, related to interpolation and other related content
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3881685
    • 提供者:田建勋
  1. afdfdsfads

    0下载:
  2. 本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:217087
    • 提供者:jack
  1. BSpline

    0下载:
  2. 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view r
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:790929
    • 提供者:杨平
  1. Bezier

    1下载:
  2. Bezier曲面和B样条曲面 开发环境是VC++ 用MFC做得-bezier line
  3. 所属分类:Graph program

    • 发布日期:2015-11-01
    • 文件大小:1936071
    • 提供者:
  1. program3

    0下载:
  2. 二阶B样条小波边缘检测 处理后的图像为多尺度下的边缘检测图像 还需要进行边缘图像的匹配-Second-order B-spline wavelet edge detection image processing for multi-scale edge detection to the edge of the image also need to match image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:728
    • 提供者:袁琪良
  1. image_demo

    1下载:
  2. 使用vc++2005完成,实现B样条曲线拟合曲线.单文档视图结构.可打开显示图片,可使用B样条曲线对对象轮廓进行拟合.显示B样条曲线的次数,控制点个数,控制点坐标,节点向量等-Using vc++2005 completed, the realization of B-spline curve fitting. The structure of a single document view. To open the display picture, you can use B-spline cu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9703586
    • 提供者:Rongbin
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10192
    • 提供者:舞蛳
  1. Bspling_fitting

    3下载:
  2. 本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。 如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。 本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的 -Three B-spline fitting the data points are k
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-10
    • 文件大小:88179
    • 提供者:wangzhidong
  1. cs559-25

    0下载:
  2. 解说B样条插值的使用,有曲线和曲面,在国外网站上下载的,很好-Explain the use of B-spline interpolation, there are curves and surfaces, in foreign Web site to download, very good
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:393630
    • 提供者:张俊峰
  1. dbwttest

    0下载:
  2. 完整的B样条函数小波变换源程序(已得到验证)-B-spline wavelet transform source code
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:30903
    • 提供者:原件花
  1. B_Line

    0下载:
  2. 基于MFC的生成B样条曲线程序,点击鼠标右键动态生成曲线。-MFC-based generation of B-spline curve procedure, click the right mouse button dynamically generated curve.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1960772
    • 提供者:凌狄
  1. bicubicBsplinecode

    0下载:
  2. 双三次B样条曲线的拟合代码,有助于进一步了解B样条曲线-Bicubic B-spline curve fitting code, and contribute to a better understanding of B-spline curve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:254906
    • 提供者:徐亮胜
  1. Bspline_fitting

    0下载:
  2. 画三次B样条曲线拟和的程序,,生成控制顶点比较方便快捷-Painting three B-spline curve fitting, and the procedures to generate more convenient control points
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:990147
    • 提供者:孙坚坡
  1. Curve_BSpline

    0下载:
  2. 实现了三次B样条曲线的绘制,可同时绘制多条曲线。-To achieve three B-spline curve, can also draw multiple curves.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:866
    • 提供者:Monss
  1. cubic

    0下载:
  2. 使用立方b样条小波的均值插值。使用立方b样条小波的细分插值。-Average interpolation using cubic B-spline wavelet.Subdivision interpolation using cubic B-spline wavelet.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1448
    • 提供者:huql
  1. qqwwee

    0下载:
  2. 图像处理技术多尺度B样条小波边缘检测算子及应用-Imagery processing technology multi-criterion B transect wavelet marginal check operator and application
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:688927
    • 提供者:张伟
  1. Bspline_Face

    2下载:
  2. 基于mfc的实现B样条曲面拟合算法,使用OpenGL显示-Mfc-based implementation B-spline surface fitting algorithm using the OpenGL display
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6668716
    • 提供者:caiye
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 44 »
搜珍网 www.dssz.com