搜索资源列表
DE2_2_src
- 利用图割算法,进行立体匹配,也就是图像的深度提取。本程式是针对视频序列的深度估计,该程式是名古屋大学开发的-Using the graph cut algorithm for stereo matching, that is, the depth of the image extracted. This program is the depth estimation for video sequences, the program is developed by Nagoya Universit
GRAPH_CUT_STEREO_AA
- 全局立体匹配一直是一个比较困难的问题,本算法通过C++编译器,实现了全局立体匹配算法,希望对你有帮助-Stereo matching algorithm based on graph cuts, using the maximum flow/minimum cut methods to achieve global stereo matching.
Graph-cut-in-cPP
- Graph cut algorithm in c-Graph cut algorithm in c++
Crust_algorithm
- 用于Crust图的散乱数据点集的曲面网格重建的算法,包括Voronoi图和Delaunay三角化的全新的曲面重建算法。-Algorithm for scattered data points Crust graph of surface mesh reconstruction, including the Voronoi diagram and Delaunay triangulation algorithm.
registration-dual-quatanion
- 基于对偶四元数的多个视图的配准方法源代码,这是一种全局配准的优化方法,一般迭代最近邻方法在配准多个视图时会产生累计误差,这个时候就可以使用本方法消除这种累计误差。- This is the code for the famous paper Multiview Registration via Graph Diffusion of Dual Quaternions 。It can reduce the cumulated error through ICP registration alg