diff --git a/doc/bibliography.html b/doc/bibliography.html index 97f19fef..eb21fe95 100644 --- a/doc/bibliography.html +++ b/doc/bibliography.html @@ -405,6 +405,15 @@ Morgan Kaufmann Publishers, San Fransisco, 1997. Modern Compiler Implementation in JAVA
Cambridge University Press, 1998. +

68 +
Vladimir Kolmogorov
+Graph Based Algorithms for Scene Reconstruction from Two or More Views
+PhD thesis, Cornell University, September 2003. + +

69 +
Yuri Boykov and Vladimir Kolmogorov
+ An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision
+ In IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 26, no. 9, pp. 1124-1137, Sept. 2004.
diff --git a/doc/edmunds_karp_max_flow.html b/doc/edmunds_karp_max_flow.html index 6546b2d0..0468dd72 100644 --- a/doc/edmunds_karp_max_flow.html +++ b/doc/edmunds_karp_max_flow.html @@ -79,6 +79,8 @@ This algorithm provides a very simple and easy to implement solution to the maximum flow problem. However, there are several reasons why this algorithm is not as good as the push_relabel_max_flow() +or the kolmogorov_max_flow() algorithm.