搜索资源列表
2006606081517
- 一格跟踪羽毛球拍的MATLAB程序,对做图像跟踪的朋友大有帮助的哟!-a lattice tracking badminton MATLAB procedures, image tracking done much to help a friend of the yo!
closest-lattice-point
- 搜索获取最近格点的程序,通过matlab调用C程序-recently obtained search grid procedure for the adoption of Matlab call C procedures
Mat_lbm
- 在Matlab中写的Lattice Boltzmann程序,对LBM学习者很有用。-LB programing with Matlab.
nurbs
- nurbs曲面拟合,采用nurbs算法,对随机生成点阵进行曲面拟合-nurbs surface fitting using nurbs algorithm, on randomly generated lattice for surface fitting
LBM
- 使用格子玻尔兹曼方法实现的基于图像界面的图像边缘检测算法-a matlab code for lattice boltzmann method based image edge detection
graphAnalysisToolbox-1.0
- 各种图像处理的工具库,来自random walk的开发者。包括normalize cut, random walk等多种图像分割函数等。-Various image processing tool library, from the random walk of the developer. Include normalize cut, random walk and other functions such as image segmentation.
jingquceliang2
- 传统计算机语言语法复杂,要求程序员具有较高的编程水平.MATLAB作为一种新兴的计算机语言具有简单易学、代码短小高效、计算功能强大等优点,正日益被广大工程技术及科研人员所接受.介绍了最小二乘法测定点阵参数的数学原理,以及如何利用MATLAB进行编程实现点阵参数的精确测定,并且利用自编的程序测定了贮氢合金LaNi5的点阵参数, 计算结果与现有文献提供数据吻合良好,证明该程序具有较高实用价值.-Traditional computer language syntax complex, requiri
kriging2
- 对三维点阵进行克里金插值 % USES: % [elevation] = KRIGING(PointsX,PointsY,PointsElev) % [elevation] = KRIGING(PointsX,PointsY,PointsElev,Range,Sill) % [elevation,gridX,gridY] = KRIGING(PointsX,PointsY,PointsElev) %