CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - plane fitting

搜索资源列表

  1. curveline

    0下载:
  2. 分析了平面曲线和空间曲线拟合过程的区别;引入运动坐标系、曲率向量、密切平面等概念,建立了空间曲线拟合的数学模型,并采用了不同形状的空间曲线对拟合方法进行了验证-analysis of the plane curve and space curve fitting distinction; Introduce sports coordinates, Curvature, Plane close concepts, the establishment of a space curve fitting
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:83kb
    • 提供者:陆美玉
  1. baojiading

    0下载:
  2. 涉及平面拟合方法,利用最小二乘算法实现对三维平面的拟合,同时计算平面度和不确定度-Plane fitting method involves using the least-squares algorithm for fitting three-dimensional plane, while the calculation flatness and uncertainty
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3.27kb
    • 提供者:wangqiaoyi
  1. GYNH

    0下载:
  2. 这是一个工业测量的程序,主要有平面拟合和椭球拟合的功能-This is an industrial measurement procedure, the main plane and ellipsoid fitting function fitting
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:19.95kb
    • 提供者:lpc
  1. 201151010282129272

    0下载:
  2. 高程拟合四参数平面拟合法Height Fitting four-parameter plane fitting -Height Fitting four-parameter plane fitting
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:7.72kb
    • 提供者:刘德华
  1. daviddoria-vtkBestFitPlane-cc29e58

    0下载:
  2. 最小二乘法进行平面拟合,输入点云数据,拟合成一个平面,采用VTK进行交互显示和实现-Plane fitting the least squares method, the input point cloud data, fit a plane using VTK interactive display and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:7.96kb
    • 提供者:liulin
  1. VTK-Journal_709_2

    2下载:
  2. 最小二乘法进行平面拟合,输入点云数据,拟合成一个平面,采用VTK进行交互显示和实现-Plane fitting the least squares method, the input point cloud data, fit a plane using VTK interactive display and
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:121.83kb
    • 提供者:liulin
  1. LeastSquaresFittingPlaneAndCurve

    0下载:
  2. 使用C++以及OpenCV实现的最小二乘法的平面拟合,以及应用平面拟合达到的图像背景去除,以及曲线拟合方法-Use C++ and OpenCV implementation of the least squares plane fitting, and the application reaches the image plane fitting background removal, and the curve fitting method
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:1.32mb
    • 提供者:xiaoxian
  1. planewavedata

    0下载:
  2. 用于声学平面波验证,包括声压级计算和相位计算。声压级计算参考声学手册标准,相位计算采用数据拟合的方式实现。-For acoustic plane wave verification, including SPL calculation and phase calculation. SPL calculate the reference acoustic Manual Standard, the phase calculated using data fitting manner.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:yang ming
  1. 603Grid

    1下载:
  2. VB源代码下载,VB生成Grid等值线程序,源码内包括有多个等值线测试数据,并包含多种网格化方法:三角平面插值法、双二次三角曲面光滑插值、双三次三角曲面光滑插值、按距离平方反比加权插件、按方位取点加权插值、趋势面拟合、加权最小二乘曲面拟合等。如果载入的测试数据已经是网格化数据,则程序会给出判断并提示无需网格化-VB source code download, VB Grid contour generation process, the source includes a plurality o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:88.48kb
    • 提供者:cpudn83
  1. L-M(CPP)

    0下载:
  2. L_M非线性算法。根据平面点云数据进行平面拟合,得到平面的法向量,效果很好。-L_M methods.The plane fitting based on the planar point cloud data, get the normal vector of the plane, the effect is very good.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:11.64kb
    • 提供者:吴刚明
  1. HeightFitting

    0下载:
  2. 测绘高程成果计算mfc程序,通过打开高程测量成果文件,对高程测量结果进行平面拟合与曲面拟合。-Surveying the results of calculation of elevation mfc procedures, the outcome document by opening height measurement, height measurement results for plane fitting and surface fitting.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:48.31kb
    • 提供者:刘宇程
  1. menglun

    0下载:
  2. 插值与拟合的matlab实现,借鉴了主成分分析算法(PCA),利用最小二乘算法实现对三维平面的拟合。- Interpolation and fitting matlab implementation, It draws on principal component analysis algorithm (PCA), Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.51kb
    • 提供者:王立峰
  1. curvefit

    0下载:
  2. 应用最小二乘法为判断标准进行平面点的椭圆拟合matlab程序,程序不是很复杂,适合matlab的初学者,或者直接应用在自己的处理数据当中,相信很做图像处理的人很实用-Application of the least squares method is a criterion elliptic plane point fitting matlab program, the program is not very complicated for beginners matlab, or direct
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:38.41kb
    • 提供者:白崇漠
  1. qengfou_v72

    0下载:
  2. 构成不同频率的调制信号,用平面波展开法计算二维声子晶体带隙,插值与拟合的matlab实现。- Constituting the modulated signals of different frequencies, Computation Method D phononic bandgap plane wave, Interpolation and fitting matlab implementation.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:4.69kb
    • 提供者:bengnao
  1. leimiu_v66

    0下载:
  2. 利用最小二乘算法实现对三维平面的拟合,利用最小二乘法进行拟合多元非线性方程,课程设计时编写的matlab程序代码。- Least-squares algorithm to fit a three-dimensional plane, Multivariate least squares fitting method of nonlinear equations, Course designed to prepare the matlab program code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6.61kb
    • 提供者:hiugaisingniu
  1. planarfitting_Leastsquare

    1下载:
  2. 通过最小二乘法进行平面拟合 平面拟合算法,鲁棒性非常好-Least square plane fitting algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:747byte
    • 提供者:吴育民
  1. gf236

    0下载:
  2. 数据模型归一化,模态振动,用平面波展开法计算二维声子晶体带隙,插值与拟合,解方程,数据分析。- Normalized data model, modal vibration, Computation Method D phononic bandgap plane wave, Interpolation and fitting, solution of equations, data analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-12-24
    • 文件大小:7kb
    • 提供者:张雷书
  1. jui_fe20

    0下载:
  2. PLS部分最小二乘工具箱,利用最小二乘法进行拟合多元非线性方程,采用的是通用的平面波展开法。- PLS PLS toolbox, Multivariate least squares fitting method of nonlinear equations, Using common plane wave expansion method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:6kb
    • 提供者:吴康卫
  1. OLS

    0下载:
  2. 该程序可以实现直线、平面的正交拟合,压缩包内附带示例数据(The program can achieve a straight line, plane orthogonal fitting, compressed sample data attached to the package)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:13kb
    • 提供者:keaSSy
  1. data fitting vb

    0下载:
  2. 可以读取文本文件,进行平面、抛物面的拟合包括偏差计算,还有矩阵的运算等等。(Can read text files, plane, parabolic fitting, including deviation calculation, and matrix operations, and so on.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:22kb
    • 提供者:执著唏嘘
« 12 »
搜珍网 www.dssz.com