搜索资源列表
mesh2d
- 该文件为二维网格划分程序,网格划分是数值模拟软件的前处理部分,他决定了数值模拟过程的时间和计算结果的精度-the document for the two-dimensional mesh procedure, the mesh is the numerical simulation software before processing. He decided a numerical simulation of the time and the precision of the results
网格划分代码
- 网格划分代码
Voronoi_visualization
- 很好的三角划分网格Voronio 很好的三角划分网格Voronio-Good triangulation Voronio good mesh grid triangulation Voronio
contour
- c#等值线生成程序,自动划分三角形网格,生成等值线、等值面,生成shape文件。-c# contour generating program, divided into triangular mesh automatically generate contours, isosurfaces, generate shape files.
ContourBuilder
- 自动划分三角形网格,插值计算等值线,绘制等值线等值面,输出Shape文件-Automatic partitioning triangle mesh, interpolation contour, contour drawing isosurface output Shape file
DelaunayWithGrid
- 结合matlab自带工具箱,进行二维轮廓网格划分,是有限元中比较好用的网格划分方法-Combining with matlab toolbox, two-dimensional contour grid, is more useful in finite element meshing method.
1
- 简单的二维模型构造、网格划分以及有限元分析。-Simple two-dimensional model structure meshing and finite element analysis.
图像配准算法
- 1.SIFT得到两幅图像的匹配点对 2.通过RANSAC剔除外点,得到N对内点 3.利用DLT和SVD计算全局单应性 4.将源图划分网格,取网格中心点,计算每个中心点和源图上内点之间的欧式距离和权重 5.将权重放到DLT算法的A矩阵中,构建成新的W*A矩阵,重新SVD分解,自然就得到了当前网格的局部单应性矩阵 6.遍历每个网格,利用局部单应性矩阵映射到全景画布上,就得到了APAP变换后的源图 7.最后就是进行拼接线的加权融合