搜索资源列表
MinCurvature
- 常见插值方法及其介绍 “Inverse Distance to a Power(反距离加权插值法)” “Kriging(克里金插值法)” “Minimum Curvature(最小曲率)” “Modified Shepard s Method(改进谢别德法)” -common interpolation methods and introduced "Inverse Distance to a Power (Anti - distance weighted
xuewei02
- 反距离加权插值法,用C#开发,计算等值线和等值面用
idw
- 反距离加权内插算法,点内插主要用于自然地理数据的插值
distance
- 反距离加权插值,先判断点在三角形内,然后利用一直点构成的三角形三顶点距离反距离加权,求出内插点坐标
43680500MinCurvature.rar
- 这是一个介绍绘制等值线时插值方法的说明,内有反距离加权,克里格等常用方法的说明和介绍,This is a contour map, introduced when the interpolation methods that have anti-distance weighting, kriging, such as a descr iption of the method used and presentation of
idw.rar
- 实现反距离加权平均插值算法~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,to fulfill idw Algorithm have a good luck!
空间插值方法汇总
- Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基
case5
- 直线距离加权反走样算法,画出的直线不会走样-Linear distance-weighted anti-aliasing algorithm to draw a straight line will not lose shape
DEM内插 反距离加权平均算法
- DEM内插 反距离加权平均算法 DEM插值经常用到的算法-DEM interpolation inverse distance weighted average algorithm for DEM interpolation algorithms are often used
2d-3d
- 二维、三维反距离加权代码,由已知数据点,通过加权差值未知数据点的值-Two-dimensional, three-dimensional inverse distance weighted code
grid
- 在大数据量离散点数据的情况下,利用反距离平方加权插值算法建立规则格网DSM-The amount of data in large case of discrete point data, using inverse distance squared weighted interpolation algorithm for establishing regular grid DSM
fanjuli-jiaqian
- 反距离加权算法,经测试可用,有较为详细的算法解释说明,一看就懂-Inverse distance weighting algorithm, the test is available, there is a more detailed explanation of the algorithm, a look to understand
Interploat
- 反距离加权平均插值算法,带有测试数据,需要的同学可以下载-Inverse distance weighted average interpolation algorithm with test data, the need for students to download
InverDisInter
- 地震解释层位数据的反距离加权源程序。源程序为VC++格式。-Seismic interpretation data layer inverse distance weighted source. VC++ source code for the format.
CSAA
- 插值算法类,含反距离加权算法,杨赤中滤波,负幂指数模型,多元回归模型等-Insert Class
IDWUtil
- Java实现的反距离加权插值算法以及点到直线的距离。-Java implementation of inverse distance weighted interpolation algorithm and the distance from point to line.
Skongjianchazu
- 空间插值方法汇总Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法)Minimum Curvature(最小曲率)Modified Shepardd s Method(改进谢别德法)Natural Neighbor(自然邻点插值法)Nearest Neighbor(最近邻点插值法)Polynomial Regression(多元回归法)Radia -Spatial interpolation method summary Inverse
test07
- 个待求格网中心顶点为中心,按最多不超过8个点、最少不小于5个点确定搜索圆半径,采用反距离加权(IDW)法依据落入搜索圆内的各高程采样点的高程求取各待求网格中心点的高程。要求编制相应的内插程序并进行调试(提交源程序代码),最后输出该区域的规则格网DEM。 数字高程模型(DEM)内插程序 -Digital elevation model (DEM) interpolation procedures
sunSinglePointSurfacefit
- 基于移动最小二乘法的曲线曲面拟合实现,包含反距离加权(为效果对比)--(在VC或者VS上新建工程添加文件即可,main.cpp为主函数)-Curve and Surface Fitting Based on Moving Least-Squares Methods and Inverse Distance Weighting
idw
- 空间插值,样点在预测点值的计算过程中所占权重的大小受参数的影响;也就是说,随着采样点与预测值之间距离的增加,标准样点对预测点影响的权重按指数规律减少。(Spatial interpolation)