This repository has been archived by the owner on Nov 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
49 lines (32 loc) · 1.51 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
PyGraphcut Readme
Copyright (c) 2007, Thomas W. Finley
Overview
PyGraphcut is a Python module which encapsulates the functionality of the
MAXFLOW graphcut code of Boykov and Kolmogorov. This encapsulated code
allows one to specify graph cut maxflow/mincut problems, and the related
quadratic pseudo-Boolean optimization problems, and PyGraphcut provides a
convenient Python interface atop that.
This software is licensed under the exact same terms as MAXFLOW, which
typically means usage is restricted for research only. See the HTML
documents on licensing for more precise information.
Availability
To get the lastest version, see:
http://tfinley.net/software/pygraphcut/
Documentation
The HTML documentation included with the release in the directory html
contains information on building, testing, installation and documentation
of all features of the module.
Building and Installing
The module builds and appears to work on my simple test files in Python
2.3, 2.4, and 2.5. Earlier versions of Python will not work.
Ideally, the following will work in creating a graphcut module importable
from Python:
* make
* make test
* make install
See the HTML documentation on building for trouble shooting information.
Bugs and Commentary
Please send information on issues of usage to Thomas Finley at
----------------------------------------------------------------------
Thomas Finley, 2007