搜索资源列表
MinCurvature
- 常见插值方法及其介绍 “Inverse Distance to a Power(反距离加权插值法)” “Kriging(克里金插值法)” “Minimum Curvature(最小曲率)” “Modified Shepard s Method(改进谢别德法)” -common interpolation methods and introduced "Inverse Distance to a Po
加权欧氏距离及其应用
- 聚类算法中常用欧氏距离,这篇文章描述了使用加权的方法。-clustering algorithm common Euclidean distance, this article describes the use of weighted method.
xuewei02
- 反距离加权插值法,用C#开发,计算等值线和等值面用-Anti-distance-weighted interpolation method, using C# Development, calculation of contour lines and iso-surface using
Model
- 采用距离反比加权算法,对三维离散数据进行插值,可以插出地形,采用分层插值,提高了插值速度-Using inverse distance weighted algorithm, for three-dimensional discrete data interpolation, the terrain can be inserted, using stratified interpolation, improve the speed of
huiduzhifangtu
- 自己编的一些关于图像灰度直方图处理的MATLAB源程序,包括加权距离,累加直方图,欧氏距离,直方图相交法,中心距法共5种方法,可选择适合的选用。-Own some on the image histogram processing MATLAB source code, including the weighted distance, cumulative histogram, Euclidean distance, histogram
distance
- 反距离加权插值,先判断点在三角形内,然后利用一直点构成的三角形三顶点距离反距离加权,求出内插点坐标-Inverse distance weighted interpolation, first determine the point in the triangle and then use the triangle has three points constitute the anti-vertex distance distance
zhixianjulifanzouyang
- 基于VC的程序,演示了直线距离加权的反走样算法,多用于消除画图过程中所产生的锯齿。-VC-based programs that demonstrate the linear distance-weighted anti-aliasing algorithm used for drawing in the process of eliminating jagged generated.
GRID
- 该程序应用FORTRAN语言编写,可快速对离散数据采用距离反比加权公式进行网格化处理,方便实用,直接下载编译就可以执行,非常方便快捷,应用多年效果较好!-The program application of FORTRAN language, and can be used for discrete data inverse distance-weighted formula for grid processing, convenien
case5
- 直线距离加权反走样算法,画出的直线不会走样-Linear distance-weighted anti-aliasing algorithm to draw a straight line will not lose shape
distance
- nearest neighbor distance vector
kNN2010
- k-NN based on Z-score standardized Euclidean distance & weighted voting
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
IDWInterpolation
- idw 反距离权重插值,直接在程序中调用即可-idw inverse distance weighted interpolation, you can call directly in the program
the-distance
- 以计算样本点到聚类中心的距离为例,学到matlab中矩阵在加权指数,迭代次数和误差的相关应用-Sample points to calculate the distance to the cluster center, for example, learn matlab in the matrix in the weighted index, the number of iterations and errors related app
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.
IDW
- 基于距离权重反比法的空间插值程序,程序比较好读懂,,简单-Method based on inverse distance weighted spatial interpolation procedure, the program is better read, and simple
IDWUtil
- Java实现的反距离加权插值算法以及点到直线的距离。-Java implementation of inverse distance weighted interpolation algorithm and the distance from point to line.