搜索资源列表
-
0下载:
自动绘制等值线的方法从技术方向上看可以分为两大类,插值和曲线拟合.其中曲线拟合总的来说效果不如插值算法经典和应用广泛,效果也较逊色.这里着重介绍插值算法.-Automatic drawing method isogram direction from a technical point of view can be divided into two categories, interpolation and curve fitting. In which the effect of curve
-
-
0下载:
视图变形技术是对不同视点的物体或景观进行变形时产生新的视点,从而确保一系列真实自然的图像渐变。-View morphing technology is different viewpoints deformation of objects or landscapes generate new viewpoints, thus ensuring a range of authentic natural image gradient.
-
-
0下载:
双线性插值算法,运用于讲彩色图像放大。本程序放大倍数范围在1-9,读者可根据需要修改-Bilinear interpolation algorithm, applied stresses color images to enlarge. This program magnification range of 1-9, the reader can be modified as needed
-
-
0下载:
包括基本的克里金(Kriging)插值法实现代码,仅实现基本方法部分,不包含扩展克里金方法- kriging uses ordinary kriging to interpolate a variable z measured at
locations with the coordinates x and y at unsampled locations xi, yi.
The function requires the variable vstruct
-
-
2下载:
对三维点阵进行克里金插值
% USES:
% [elevation] = KRIGING(PointsX,PointsY,PointsElev)
% [elevation] = KRIGING(PointsX,PointsY,PointsElev,Range,Sill)
% [elevation,gridX,gridY] = KRIGING(PointsX,PointsY,PointsElev)
%
-