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

搜索资源列表

  1. pathedit0919

    0下载:
  2. 三维骨架运动数据bvh的读取,显示,基于B样条的路径编辑,运动编辑,多种骨架插值算法(四元数+B样条插值)-3D skeleton movement data bvh read, display, based on B-spline path of the editors, sports editors, Skeleton various interpolation algorithm (Quaternion B-spline interpolation)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:922243
    • 提供者:Ian
  1. B

    0下载:
  2. B样条曲线和三次B样条插值的相关知识不完全总结
  3. 所属分类:绘图程序

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

    0下载:
  2. 对已有的坐标数据用B样条插值的方法进行曲线拟合,左边可以显示数据,并可通过调用文件的方法输入数据。-have the right coordinates data with B-spline interpolation method of curve fitting, and to the left shows data, as well as by calling the document the input data.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:55417
    • 提供者:lyl
  1. BSpline_interpolation

    1下载:
  2. B样条曲线的绘制和插值.MFC 中画图,很精确的实现 拟合数据点-B-spline curve rendering and interpolation. MFC in the drawing, it is precisely the realization of fitting data points
  3. 所属分类:2D Graphic

    • 发布日期:2014-04-07
    • 文件大小:62713
    • 提供者:liuxing
  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. BSpline

    0下载:
  2. 三次四阶b样条插值算法(Deboor算法)的mfc程序实现-Three fourth-order b-spline interpolation algorithm (Deboor algorithm) of mfc program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:55193
    • 提供者:litchi
  1. Raw

    1下载:
  2. 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:69567
    • 提供者:qzc
  1. Bspline_chazhi

    0下载:
  2. 生成B样条 通过四个点插值生成B样条。按B键后绘制。-Creat a Bspline which crossing the four points you gived.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:1268
    • 提供者:woka
  1. BSpline

    0下载:
  2. 海量散乱数据重构的小程序,采用B样条插值和分层B样条算法,对B样条算法进行了封装,最后OPENGL显示重构的网格数据。可用于人脸海量数据重构及地形重构。需先载入数据。数据格式可参考代码内格式。-Massive small scattered data reconstruction procedures, the use of B-spline interpolation and hierarchical B-spline algorithm for B-spline algorithm pack
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:693499
    • 提供者:周翔
  1. lbptest

    0下载:
  2. 图像处理 使用圆形插值LBP算法提取特征 计算一个像素的B样条插值-Circular interpolation using image processing algorithms to extract LBP features a pixel calculated B-spline interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4534017
    • 提供者:shangjingbo
  1. B-spline

    1下载:
  2. B样条插值算法,对图像进行插值,效果比一般的插值算法要好-B spline interpolation algorithm for image interpolation, the effect is better than the common interpolation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-30
    • 文件大小:9574
    • 提供者:wangyulin
  1. Bspline-C

    0下载:
  2. B样条插值拟合的程序,可以对图象或数据离散点进行插值,拟合,-it is B spline fitting program,it s very useful for photo or data
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:22478
    • 提供者:徐明
  1. 等值线图的彩色填充方法

    3下载:
  2. 等值线图的彩色填充方法、三次B样条插值算法、基于Delaunay三角网的区域等值线绘制关键算法、基于边界点追踪的等值线图区域填充算法相关论文和程序,难得研究算法和程序。-Contour color filling method, three B spline interpolation algorithm, based on the Delaunay triangulation area contour drawing key algorithm, based on boundary track
  3. 所属分类:绘图程序

    • 发布日期:2012-12-31
    • 文件大小:7534272
    • 提供者:yan
  1. Bspline_surf

    0下载:
  2. 1,实现了B样条曲线曲面的求值求导 2,实现了根据已知横坐标位置求曲线参数 3,实现了用3次均匀B样条插值生成曲线曲面-1, calculate evaluation and derivation of B-spline curve and surface。 2,calculate cubic B-spline curve parameter from abscissa position 3, interpolate input data to generate cubic u
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:4909
    • 提供者:chatergwli
  1. edgeDetectionByHeadAndBspline

    0下载:
  2. 手动边缘检测 主要用于ivus图像处理,手动检测出内外膜,然后进行B样条插值。-edge detection for ivus images
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:246536
    • 提供者:苗晓静
  1. Byangtiao

    0下载:
  2. 这是3次B样条插值的matlab程序,当中使用的符号是自己定义的与数学表达式中的不同,情自行理解-This is three times a B-spline interpolation matlab program, which use their own symbols and mathematical expressions defined in different self-understanding of the situation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2888
    • 提供者:党毅
  1. image-zoom

    3下载:
  2. 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
  3. 所属分类:Special Effects

    • 发布日期:2015-05-12
    • 文件大小:1465344
    • 提供者:小陈
  1. Bsplinesmatlab

    1下载:
  2. B样条插值算法,对学习很好!可以放心大胆的用-B spline interpolation algorithm, learning is very good! Can rest assured bold use
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:953295
    • 提供者:杨焰
  1. CBI_1

    4下载:
  2. 均匀三次B样条曲线插值,给定若干点求出曲线(Uniform three times B spline curve interpolation, given a number of points to find the curve)
  3. 所属分类:分形几何

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:ltx20
  1. 三次样条曲线拟和

    1下载:
  2. 三次样条曲线拟合类,可用于样条插值、拟合、预测等算法场合。(The Cubic Spline Interpolation class can be used for spline interpolation, fitting, prediction and other algorithms.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-09
    • 文件大小:3072
    • 提供者:bbmmss
« 12 »
搜珍网 www.dssz.com