maxflow

所属分类:图形图像处理
开发工具:Visual C++
文件大小:5KB
下载次数:5
上传日期:2015-01-25 11:02:23
上 传 者rongspring
说明:  最大流 最小割 是图割理论的重要部分,能用于双目立体视觉的立体匹配当中。
(Max-flow is the important part of graph-cut theory,it also used to the stereo matching.)

文件列表:
maxflow\maxflow.c (4252, 2001-12-06)
maxflow\maxflow.h (585, 2001-09-26)
maxflow\parser_flg.c (8917, 2001-09-26)
maxflow\vssver.scc (96, 2001-12-06)
maxflow (0, 2010-10-03)

This directory contains Vladimir Kolmogorov's interface to Andrew Goldberg's push-relabel maximum flow code. This interface consists of maxflow.h and maxflow.c, as well as a modified version of parser_fl.c called parser_flg.c. To enable this code to compile (and hence the graph cut algorithm to run) you must first download the push-relabel flow code from: http://www.intertrust.com/star/goldberg/soft.html (read the Copyright and then download the PRF (tar format) code). Alternatively, you can simply not define PRF_DOWNLOADED in maxflow.c, and not run the graph cut algorithm. From prf.tar, extract the following files into the same directory as maxflow.c: 05/30/2000 06:08p 970 types_pr.h 05/30/2000 06:08p 3,193 phase2.c 05/30/2000 06:08p 9,729 h_prf.c You can also extract the other *_prf.c and df.c files if you wish to play with these other algorithm variants. After you have done this, define the PRF_DOWNLOADED macro parameter, and recompile maxflow.c.

近期下载者

相关文件


收藏者