搜索资源列表
采用递归方法计算插值程序
- 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
Curve_Interplation.rar
- 多种曲线差值方法, 如拉格朗日多项式差值, 贝塞尔曲线差值, 三次样条差值,A variety of curve difference methods, such as Lagrange polynomials margin, the margin Bezier curves, cubic spline difference
w
- 地震处理 叠后F-K偏移 有差值方法选择等-FK migration in the post-stack seismic processing
IGS-SP3
- 讲述了如何读取精密星历以及对其进行内插得到时间间隔为1秒的各卫星位置的方法,并对不同差值方法进行了比较-read*sp3 files,inerpt satellites positions,different kinds of ways
采用邻域差值特征模板的立体匹配方法
- 算法给出一种图像匹配方法,通过计算一幅图像中间隔一定距离的两点的像素邻域差值作为特征模板,再计算另一幅图像中在同一扫描线上间隔同样距离的像素邻域的差值,将它与特征模板的偏差作为匹配标准,偏差最小的点就认为是匹配点。
Untitled
- 用MATLAB对图象进行放大或缩小,用双线性内差值方法.-zoom in or out the picture
chazhi
- 插值法实现灰度图像的缩放及旋转的程序,开发环境为Visual C++6.0,实现了多种差值方法。可用于进行算法的分析和比较-Gray-scale image interpolation implementation of the scaling and rotation procedures, development environment for Visual C++6.0, a variety of difference methods of implementation. Algorith
chazhi
- 方程求解的差值方法的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-The difference equation method of source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of scientif
20080814025250327
- 一般的GPS数据处理软件都是采用上述步骤进行计算的,其中只有第2步涉及转换参数。鉴于我国曾使用不同的坐标基准(BJ54、State80、 Correct54),各地的重力值又有很大差异,所以很难确定一套适合全国且精度较好的转换参数。通行的做法是:在工作区内找三个以上的已知点,利用已 知坐标和所测Wgs84坐标,求解七参数。若多选几个已知点,通过平差的方法可以获得较好的精度。 -General GPS data processing software are used in calculati
Finite_difference_method
- 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
chazhi
- 是C语言编写,数值计算方法,二次差值方法。-C language, numerical methods, the second difference.
functionthree
- 三次样条差值方法的说明,包括其推到过程。-Method of cubic spline descr iption of the difference
spsmd
- 图像的平面微分平方和能够反映图像高频分 量的能量。用计算平面微分平方和的方法在空间域上计算相邻像素亮度差值的平方和,对应于在频率域上计算图像高频分量的能量和,此值越大,图像对焦越准确-Differential square image plane and the image can reflect the energy of high frequency. Computational method of Planar Differential squares calculated in th
MyTerrain1
- 本程序采用随机网格生成法和多阶曲线差值方法,实现了对三维地形的模拟,地形绘制采取了纹理贴图的方法-This program uses random grid generation method and the method of multi-degree curve of the difference, the realization of three-dimensional terrain modeling, terrain rendering texture mapping method a
新建文件夹
- 使用mantlab程序从数据组中获得程序,并与其它的差值方法进行比较(Using the mantlab program, you get the program from the data set and compare it with the other difference methods)
计算方法艾特金2-7
- 计算方法中艾特金差值是非常常用的插值方法,在此给出该程序供大家参考。(The difference calculation method in Aitkin interpolation method is very common, here are the procedures for your reference.)
unwrapphase
- 计算基于路径积分的相位解包裹算法中残差点残差值的计算以及基于路径相位积分的方法(Calculation of residual points in phase unwrapping algorithm based on path integral)
Direction difference distribution
- 方向差值分布是用于统计数据的一种分析方法,能够表示出方向的占比。(The direction difference distribution is an analytical method for statistical data, which can represent the proportion of the direction.)
Hermite插值
- Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
差值法
- 遥感图像变化检测差值法 本程序实现两个尺寸相同的图像进行相减的操作 分别使用遍历像素的方法和addWeighted的方法