当前位置:
首页
资源下载

搜索资源 - curvature of point
搜索资源列表
-
0下载:
在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常
-
-
0下载:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算。
2、科学计算函数,包括正弦、余弦、正切、开方、平方、阶乘、指数、对数等函数运行。
3、以角度、弧度两种方式实现上述部分函数。
4、具备历史计算的记忆功能。
5、对不正确的表达式能指出其错误原因。
6、整理上机步骤、完成实验报告、提交可运行的程序,给出实验数据和实验结果。
-1, binary, octal, decimal and hexadecimal number of add, subt
-
-
1下载:
VC++课程设计(GDUT) 计算器
(内含实验报告)
1.设计任务
系统地学习面向对象编程思想,了解MFC架构,逐步熟悉可视化编程环境Visual C++,并在此环境下设计并实现一个简单计算器系统,该计算器应能实现如下功能:
1)、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2)、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算
3)、以角度、弧度两种方式实现上述部分函数
4)、具备历史计算的记忆功
-
-
0下载:
实现计算器的功能:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括[反]正弦、[反]余弦、[反]正切、[反]余切、开方、指数等函数运行
3、以角度、弧度两种方式实现上述部分函数
4、具备历史计算的记忆功能
5、对不正确的表达式能指出其错误原因-Implementation calculator functions: one, binary, octal, decimal and hexadecimal number of
-
-
1下载:
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
-
-
1下载:
在各种图形中,通过提取点的凹凸部分来鉴别曲线的特征,本节代码利用曲率关系分别提取凹点的个数,判断曲线的弯曲-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
-
-
0下载:
摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。
-Abstract: The inflection point is a digital
-
-
1下载:
这个程序可以计算给定点处的小区信号范围覆盖。-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
-
-
1下载:
该代码是图像边缘检测中获得链码的代码,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
-
-
0下载:
已知经纬度,算出球面距离,其中初始经纬度为角度数,若是弧度数,可将前几行代码注释掉,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
-
-
0下载:
在球面,曲面上计算任意一一点的曲率值,梯度值。-Calculate any point on the sphere, surface curvature values , gradient values.
-
-
2下载:
利用差分法求图像中每点的曲率!本方法求得的是高斯曲率!-Differential method for the curvature of each point in the image!
-
-
0下载:
本计算器实现了的功能有:
1、二进制、八进制、十进制及十六进制数的加、减、乘、除、乘方、取模等简单计算
2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运行
3、以角度、弧度两种方式实现上述部分函数
4、具备历史计算的记忆功能
5、对不正确的表达式能指出其错误原因-Achieve the functionality of the calculator: 1, binary, octal, decimal and hexadecimal n
-
-
0下载:
根据一片点云经过旋转变换,生成另一片点云,求出曲率,实现两片点云的粗配准。-Through the rotation transform a point cloud generated another piece of point cloud obtained curvature coarse registration of two point clouds.
-
-
0下载:
1.可以画连续的线段,并计算长度。
操作方法:
点击画直线按钮,再在画图上点击左键,移动鼠标,再点击左键,可以不断的画,点击右键。释放。并计算出长度。
点击画弧度:
在画图上左键点击 开始点,终点,中间点,然后拖动,弧线随之移动。再点击左键得到你想要的弧线。
我下工夫写的很实用的代码,希望对大家有帮助。-Can draw a continuous line segment, and to calculate the length. How to: draw a
-
-
0下载:
人体三维数据精简方法,运用点到线的距离的方法,同曲率-Human dimensional data reduction methods, the use of point-line distance to the method, with the curvature
-
-
1下载:
matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率-matlab algorithms- calculate the three-dimensional curvature of scattered point cloud, including the main curvature, Gaussian curvature and the mean curvature
-
-
0下载:
点云数据计算曲率的算法实现,即可以对通过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
-
-
2下载:
根据点云数据计算各个顶点的主曲率,主方向,高斯曲率和平均曲率(Calculated according to each vertex main curvature of point cloud data, the main direction, gaussian curvature and mean curvature)
-
-
0下载:
通过移动最小二乘法拟合曲面,在此基础上计算点云曲率(Estimation of point cloud data curvature)
-