搜索资源列表
functionz
- 在三次样条中,要寻找三次多项式,以逼近每对数据点间的曲线。在样条术语中,这些数据点称之为断点。因为,两点只能决定一条直线,而在两点间的曲线可用无限多的三次多项式近似。因此,为使结果具有唯一性。在三次样条中,增加了三次多项式的约束条件。通过限定每个三次多项式的一阶和二阶导数,使其在断点处相等,就可以较好地确定所有内部三次多项式。此外,近似多项式通过这些断点的斜率和曲率是连续的。然而,第一个和最后一个三次多项式在第一个和最后一个断点以外,没有伴随多项式。因此必须通过其它方法确定其余的约束。最常
primdual
- 一个简单的图象去噪的算法,利用原偶算法及曲率计算-a simple image denoising algorithm, dual use of the original algorithm and curvature calculation
demo_MLS
- 计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率。详细内容请见readme文件和demo文件
DtPro
- 一个球面积,曲率半径,子午圈的C++程序,有需要的请下载
MIN_CURVE_SURF.rar
- 最小曲率法的算法原理,以及算法例子. 有配图说明 最小曲率法是定向井、水平井轨道设计、测斜计算中经常使用的一种方法。在最小曲率法中,假设井段是空间斜平面上圆弧;对于滑动钻进方式,圆弧是非常合理的井眼轨迹曲线。,The MIN_CURVE_SURF function interpolates a regularly- or irregularly-gridded set of points, over either a plane or a sphere, with either a mini
FSKER_A
- 飞思卡尔PID算法,摄像头处理算法,滤波与曲率算法,记忆算法。-PID algorithm, camera processing algorithm, filter and curvature algorithm, memory algorithm
untitled1
- 最小曲率半径的matlab源程序 讲得还算比较详细一点-Minimum radius of curvature of the matlab source put it a little more detail still
AlgorithmforWheelRailContactGeometry
- 提出并实现一种轮轨接触几何算法,可以检测铁道车辆系统动力学仿真在线计算时轮对与钢轨的刚性 单接触斑、多接触斑和跳离情形. 所得刚性接触斑可以为Hertz 理论提供刚性穿透量和曲率,为非Hertz 理论提 供接触区域的法向间隙,为动力学仿真提供接触中心位置和法向方向. 轮对与钢轨的计算机三维图形显示表明 该算法是有效的. 该算法已用于开发空间耦合的铁道车辆系统动力学仿真软件-Algorithm for Wheel Rail Contact Geometry
matlab
- 通过vc与matlab的接口,计算光滑曲面上的平均曲率和高斯曲率 -By vc interface with matlab to calculate the average on the smooth surface curvature and Gaussian curvature
Curvature
- 这是一个曲率算法实现工具,对图像处理有着重要的应用,并有测试代码-This is a curvature algorithm tool for image processing has important applications, and test code
MCM
- 这是一个中值曲率驱动方程MCM滤波器关于有限差分方程的源代码-This is a value-driven equation curvature MCM filters on the finite difference equation source code
jisuan
- 程序主要是通过给定数据来计算子曲率半径的。-Process mainly through the given data to calculate the sub-curvature radius.
qulv
- 平面曲线的曲率 弧微分 曲率及其计算公式 曲率圆与曲率半径 -Curvature of plane curves Differential arc curvature and its calculation formula Curvature circle and the radius of curvature
circle
- 演示椭圆的曲率圆的动画。该程序演示了椭圆各点的曲率变化及相应的曲率圆圆心的轨迹。-Demonstration of the curvature ellipse circle animation. The program demonstrates the various points of the curvature of the ellipse and the corresponding changes in the curvature of the round locus of the cen
code
- 基于boundar边界提取轮廓,采用曲率算法确定可能为指尖或者指根点的区域,采用该程序确定指尖指根区域。-Contour extraction based on boundar border, using the curvature method to determine the root may refer to point fingers or regions that use the procedure to determine the root area fingertips.
CDraw Application
- 自定义一元n次函数,根据定义的函数及其值域绘制曲线,并且对已知曲线进行多种运算,例如:求导,微分,曲率,去杂点,平滑等等。-N times one dollar custom function, by definition, the function and range of drawing curves, and a variety of computing known curve, for example: derivation, derivative, curvature, to the
Point_Curvature
- 估计一个离散点云中某个点的高斯曲率和离散曲率,算法是拟合一个二次曲面-Estimate a discrete point cloud to a point in the discrete Gaussian curvature and the curvature, the algorithm is a quadratic surface fitting
HPIR
- 采用C++语言进行曲线模拟,还包括曲线斜率,曲线曲率的求解。-curve fitting with C++
parameterization
- 3×3窗口计算最大最小曲率坡度和断面曲率-chart compute
B样条曲线曲率求法
- B样条曲率的一阶导数二阶导数,以及曲率求法