反距离加权插值法例题_空间插值算法-反距离加权法
发布日期:2021-06-24 17:00:28 浏览次数:3 分类:技术文章

本文共 1781 字,大约阅读时间需要 5 分钟。

Inverse Distance Weighted Interpolation

One of the most commonly used techniques for interpolation of scatter points is inverse distance

weighted (IDW) interpolation. Inverse distance weighted methods are based on the assumption that the

interpolating surface should be influenced most by the nearby points and less by the more distant points.

The interpolating surface is a weighted average of the scatter points and the weight assigned to each

scatter point diminishes as the distance from the interpolation point to the scatter point increases.

Several options are available for inverse distance weighted interpolation. The options are selected using

the Inverse Distance Weighted Interpolation Options dialog. This dialog is accessed through the Options

button next to the Inverse distance weighted item in the 2D Interpolation Options dialog. SMS uses

Shepard's Method for IDW:

Shepard's Method

The simplest form of inverse distance weighted interpolation is sometimes called "Shepard's method"

(Shepard 1968). The equation used is as follows:

where n is the number of scatter points in the set, fi are the prescribed function values at the scatter

points (e.g. the data set values), and wi are the weight functions assigned to each scatter point. The

classical form of the weight function is:

where p is an arbitrary positive real number called the power parameter (typically, p=2) and hi is the

distance from the scatter point to the interpolation point or

where (x,y) are the coordinates of the interpolation point and (xi,yi) are the coordinates of each scatter

point. The weight function varies from a value of unity at the scatter point to a value approaching zero as

the distance from the scatter point increases. The weight functions are normalized so that the weights

转载地址:https://blog.csdn.net/weixin_33983809/article/details/112821505 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:oracle如何写循环日期自增_Oracle动态创建时间分区,以及Oracle12c中快速创建自增列...
下一篇:mysql 实现id自增序列_MySQL分表自增ID解决方案

发表评论

最新留言

表示我来过!
[***.240.166.169]2024年04月22日 04时59分52秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章

ubuntu16.04.06修改登录界面壁纸,修改本机壁纸-修改主题Flatabulous 2019-04-28
coco数据集json可视化---实例分割--opencv 2019-04-28
筛选图片-遍历文件夹,每1000张放入一个子文件夹 2019-04-28
Window-安装qt-MVSC2013编译器--遇到问题-找不到opencv库 2019-04-28
ubuntu16.04 使用系统默认python--出现错误Command "python setup.py egg_info" failed with error code 1 2019-04-28
ubuntu16.04--安装playonlinux 2019-04-28
coco数据集生成-原本有mask标注的单类多bbox--转换为每一个bbox扩边两倍为单独一个图生成新的coco形式json文件 2019-04-28
关于多视觉几何MVG中,仿射变换的SVD分解问题的程序验证 2019-04-28
一些能够改你效率的工具、文章、教程、网站等等 2019-04-28
DBSCAN-CUDA--图像分块密度聚类(未全部完成,代码能运行) 2019-04-28
Fast Affine Template Matching over Galois Field仿射模板匹配数据测试问题 2019-04-28
张子良汽车知识图谱 2019-04-28
matlab-mex 示例代码(mxCreateDoubleMatrix) 2019-04-28
能通过一张照片(2D)得到3D的模型吗?AI自动识别户型图生成3D场景方案 2019-04-28
关于解析几何中仿射不变量的问题 2019-04-28
基于灰度的模板匹配算法代码 2019-04-28
图像匹配综述[转载]survey、overview、review 2019-04-28
open3Dv0.10编译安装(本机ubuntu16.04+gcc6.5.0)(在jupyter显示-使用网页) 2019-04-28
ubuntu16.04 vcpkg 由于网速太慢卡在了cmake和ninja 2019-04-28
stp转obj 2019-04-28