用matlab生成谐波代码-heightmap_interpolation_toolbox:Matlab的高度图插值工具箱

时间:2024-06-10 11:45:57
【文件属性】:

文件名称:用matlab生成谐波代码-heightmap_interpolation_toolbox:Matlab的高度图插值工具箱

文件大小:108KB

文件格式:ZIP

更新时间:2024-06-10 11:45:57

系统开源

用matlab生成谐波代码高度图插值工具箱 在EMODnet水深测量HRSM中开发的用于Matlab的Heightmap插值工具箱。 包括一套通用的分散数据插值功能,以及为有效的大面积Kong填充而设计的修补方法。 安装 只需克隆数据并将工具箱的文件夹添加到Matlab的路径即可。 因此,从以下内容开始: git clone https://github.com/coronis-computing/heightmap_interpolation_toolbox.git 然后,我们提供了一个便捷功能,将所需的子文件夹添加到路径中。 从Matlab: cd hmitInitialize 快速用户指南 该工具箱包括通用插值方法和修补方法。 通用插值方法 通用插值方法在输入数据中不采用任何结构,您可以使用x , y和z变量传递数据: 虽然工具箱中的所有方法都可以单独使用,但我们提供了便捷功能interpolateScattered ,它与Heightmap Interpolation工具箱中的不同


【文件预览】:
heightmap_interpolation_toolbox-master
----hmitInitialize.m(483B)
----distance()
--------QueryNeighborhood.m(2KB)
--------haversine.m(147B)
----interpolateNetCDF.m(4KB)
----inpainting()
--------SobolevInpainter.m(409B)
--------AMLEInpainter.m(2KB)
--------CCSTInpainter.m(1KB)
--------TVInpainter.m(946B)
--------BertalmioInpainter.m(3KB)
--------FDPDEInpainter.m(7KB)
--------legacy()
----Readme.md(7KB)
----evaluation()
--------runAllMethods.m(424B)
--------heightmapInterpolationToolboxDefaultOptions.m(3KB)
----stencils()
--------laplacian5PointsStencil.m(438B)
--------biharmonic13PointsStencil.m(441B)
--------backwardDifferenceKernels.m(421B)
--------forwardDifferenceKernels.m(419B)
--------centeredDifferenceKernels.m(429B)
----interpolateScattered.m(6KB)
----interpolants()
--------DelaunayTINInterpolant.m(747B)
--------IDWInterpolant.m(2KB)
--------Interpolant.m(863B)
--------MLSInterpolant.m(5KB)
--------PURBFInterpolant.m(2KB)
--------NearestNeighborInterpolant.m(763B)
--------RBFInterpolant.m(8KB)
--------NaturalNeighborsInterpolant.m(758B)
--------QuadTreePURBFInterpolant.m(8KB)
--------QTNode.m(9KB)
--------KrigingInterpolant.m(1KB)
----demo()
--------demoRBFInterpolants.m(2KB)
--------demoVariogramAndKriging.m(2KB)
--------demoQuadTree.m(781B)
--------demoInterpolants.m(6KB)
--------plotResult.m(483B)
--------getSampleDataset.m(20KB)
--------sample_functions()
--------demoQuadTreePURBFInterpolants.m(3KB)
--------demoRBFInterpolantWithTension.m(3KB)
--------demoRBFTypes.m(1KB)
----variogram()
--------models()
--------Variogram.m(6KB)
----3rd_party()
--------fminsearchbnd()
--------numerical-tours()
----validation()
--------validate.m(4KB)
--------exportStatsToLatexTabular.m(1KB)
----LICENSE(34KB)
----polynomials()
--------bivariatePolynomialEval.m(850B)
--------bivariatePolynomialTerms.m(766B)
----hmitInpaintingDefaultOptions.m(959B)
----hmitScatteredDefaultOptions.m(3KB)
----misc()
--------aabb.m(491B)
--------plotCircle.m(170B)
--------structToVarargin.m(189B)
--------deleteParamsFromVarargin.m(641B)
----rbf()
--------greenRegularizedWithTensionRBF.m(1KB)
--------cubicRBF.m(67B)
--------quinticRBF.m(79B)
--------scaleEpsilonAccordingToRbfType.m(1KB)
--------optimShape.m(3KB)
--------linearRBF.m(64B)
--------rbfTypeToFunctor.m(1KB)
--------regularizedSplineRBF.m(934B)
--------greenWithTensionRBF.m(590B)
--------tensionSplineRBF.m(896B)
--------completelyRegularizedSplineRBF.m(359B)
--------wendlandCSRBF.m(206B)
--------greenRBF.m(509B)
--------thinPlateSplineRBF.m(76B)
--------inverseMultiQuadricRBF.m(105B)
--------gaussianRBF.m(233B)
--------multiQuadricRBF.m(141B)

网友评论