CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - curvature of point

搜索资源列表

  1. functionz

    0下载:
  2. 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.28kb
    • 提供者:讲演
  1. 111111

    0下载:
  2. 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。 3、以角度、弧度两种方式实现上述部分函数。 4、具备历史计算的记忆功能。 5、对不正确的表达式能指出其错误原因。 6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。 -1, binary, octal, decimal and hexadecimal number of add, subt
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:135.49kb
    • 提供者:qiwenchao
  1. jisuanqi

    1下载:
  2. VC++课程设计(GDUT) 计算器 (内含实验报告) 1.设计任务 系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能: 1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算 3)、以角度、弧度两种方式实现上述部分函数 4)、具备历史计算的记忆功
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4.43mb
    • 提供者:caicai
  1. jishuqi

    0下载:
  2. 实现计算器的功能: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:52.7kb
    • 提供者:刘金来
  1. MyCrust100809

    1下载:
  2. BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triang
  3. 所属分类:GUI Develop

    • 发布日期:2014-08-06
    • 文件大小:5.76mb
    • 提供者:naz
  1. GETPoint

    1下载:
  2. 在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲-In a variety of graphics, through the extraction point to identify curves convex-concave part of the characteristics of the code used in this section were extracted from concave curvature of the r
  3. 所属分类:2D Graphic

    • 发布日期:2017-02-10
    • 文件大小:742.39kb
    • 提供者:赵庆祥
  1. findkeypoint

    0下载:
  2. 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:176.38kb
    • 提供者:changhe.cheng
  1. radiocover

    1下载:
  2. 这个程序可以计算给定点处的小区信号范围覆盖。-is program computes a map of visibility from a selected point on a topography. It has been written to help the search for radio relay best location. Because it considers only direct line of sight, it gives a good estimation for
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:424.06kb
    • 提供者:ken
  1. listcode

    1下载:
  2. 该代码是图像边缘检测中获得链码的代码,img代表输入图像,Array用来存储链码,x0y0是初始点的坐标,xy用来存储最终点的坐标,Ratio用来计算链码的曲率,代码中有注释相信大家可以看得懂,最近正在写关于相位编码的代码,如果有研究这方面东东的朋友可以多交流-The code is the image edge detection to obtain the chain code of the code, img representative of the input image, Array
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4.86kb
    • 提供者:zhenqingkai
  1. Project1

    0下载:
  2. 已知经纬度,算出球面距离,其中初始经纬度为角度数,若是弧度数,可将前几行代码注释掉,VS下运行通过,精确度以GPS数据有关,最大可精确至微米级-Known latitude and longitude, calculate the spherical distance, in which the number of initial longitude and latitude for the point of view, if the curvature of a few can be comm
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:11.6kb
    • 提供者:赵飞帆
  1. code-of-curvature

    0下载:
  2. 在球面,曲面上计算任意一一点的曲率值,梯度值。-Calculate any point on the sphere, surface curvature values​ ​ , gradient values.​ ​
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:129.84kb
    • 提供者:赵小川
  1. curvature

    2下载:
  2. 利用差分法求图像中每点的曲率!本方法求得的是高斯曲率!-Differential method for the curvature of each point in the image!
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:570byte
    • 提供者:吴献文
  1. big-number

    0下载:
  2. 本计算器实现了的功能有: 1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行 3、以角度、弧度两种方式实现上述部分函数 4、具备历史计算的记忆功能 5、对不正确的表达式能指出其错误原因-Achieve the functionality of the calculator: 1, binary, octal, decimal and hexadecimal n
  3. 所属分类:source in ebook

    • 发布日期:2017-11-28
    • 文件大小:3.8mb
    • 提供者:殷雷
  1. visKDTree

    0下载:
  2. 根据一片点云经过旋转变换,生成另一片点云,求出曲率,实现两片点云的粗配准。-Through the rotation transform a point cloud generated another piece of point cloud obtained curvature coarse registration of two point clouds.
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:1.51mb
    • 提供者:gaochao
  1. testcircle

    0下载:
  2. 1.可以画连续的线段,并计算长度。 操作方法: 点击画直线按钮,再在画图上点击左键,移动鼠标,再点击左键,可以不断的画,点击右键。释放。并计算出长度。 点击画弧度: 在画图上左键点击 开始点,终点,中间点,然后拖动,弧线随之移动。再点击左键得到你想要的弧线。 我下工夫写的很实用的代码,希望对大家有帮助。-Can draw a continuous line segment, and to calculate the length. How to: draw a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-05
    • 文件大小:39.82kb
    • 提供者:hzf
  1. deQuLv

    0下载:
  2. 人体三维数据精简方法,运用点到线的距离的方法,同曲率-Human dimensional data reduction methods, the use of point-line distance to the method, with the curvature
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:889byte
    • 提供者:li
  1. demo_MLS

    1下载:
  2. matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率-matlab algorithms- calculate the three-dimensional curvature of scattered point cloud, including the main curvature, Gaussian curvature and the mean curvature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:132.77kb
    • 提供者:bruce
  1. the-calculation-of-point-cloud-datas

    0下载:
  2. 点云数据计算曲率的算法实现,即可以对通过3D扫描得到的大量点击构成的云数据进行计算,处理,来计算各点的曲率- The algorithm to calculate the curvature of the point cloud data, that can be achieved through the 3D scanning of a large number of click on the composition of the cloud data to calculate, p
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:30.23kb
    • 提供者:John
  1. tricurv

    2下载:
  2. 根据点云数据计算各个顶点的主曲率,主方向,高斯曲率和平均曲率(Calculated according to each vertex main curvature of point cloud data, the main direction, gaussian curvature and mean curvature)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:22kb
    • 提供者:jimeiwei
  1. surface CreaVures

    0下载:
  2. 通过移动最小二乘法拟合曲面,在此基础上计算点云曲率(Estimation of point cloud data curvature)
  3. 所属分类:其他

    • 发布日期:2021-01-12
    • 文件大小:129kb
    • 提供者:niufanghao
« 12 3 »
搜珍网 www.dssz.com