-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathreadme.txt
93 lines (63 loc) · 3.32 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
****************************************************************
* *
* TVReg - a Matlab package for *
* Total Variation Reconstruction *
* *
* Requires Matlab version 7.5 or later *
* *
****************************************************************
This package includes Matlab and C codes for Total Variation (TV)
reconstruction.
If you use this package, please give reference to:
T. L. Jensen, J. H. Joergensen, P. C. Hansen and S. H. Jensen
Implementation of an Optimal First-Order Method for Strongly
Convex Total Variation Regularization
BIT Numerical Mathematics, vol. 52, issue 2,
pp. 329--356, 2012
The code is part of the project CSI: Computational Science in
Imaging, supported by the Danish Research Council for Technology
and Production Sciences. The work was carried out at Aalborg
University and Technical University of Denmark.
Installation guide for Windows
------------------------------
1. Go to the directory where you keep your other Matlab toolboxes,
and unzip the TVReg.zip files to a new folder TVReg.
2. Start Matlab and go to the above TVReg folder.
3. Run "install". You probably need to install a compiler.
Just follow the instructions.
4. Add TVReg to Matlab's path: go to File -> Set Path -> Add Folder
and choose the folder where TVReg is located. Then save and close.
Alternatively, you can use the addpath command in Matlab.
5. To learn more, try the demos:
tvreg_demo1, tvreg_demo2, tvreg_demo3.
More options are available in install.m.
Installation guide for Linux and Unix
-------------------------------------
1. Go to the directory where you keep your other Matlab toolboxes, and
unzip the TVReg.zip files to a new directory TVReg.
3. Start Matlab and go to the above TVReg directory.
4. Run "install". Our experience is that when installing TVReg,
you can ignore any warnings deriving from an officially unsupported
version of gcc.
5. Add TVReg to Matlab's path: go to File -> Set Path -> Add Folder and
choose the folder where TVReg is located. Then save and close.
Alternatively, you can use the addpath command in Matlab.
6. To learn more, try the demos:
tvreg_demo1, tvreg_demo2, tvreg_demo3.
Installation guide for Mac
-------------------------------------
1. Download xcode from http://developer.apple.com/technologies/tools/xcode.html
and follow installation instructions.
2. Go to the directory where you keep your other Matlab toolboxes, and
unzip the TVReg.zip files to a new directory TVReg.
4. Start Matlab and go to the above TVReg directory.
5. Run "install". Our experience is that when installing TVReg,
you can ignore any warnings deriving from an officially unsupported
version of gcc.
6. Add TVReg to Matlab's path: go to File -> Set Path -> Add Folder and
choose the folder where TVReg is located. Then save and close.
Alternatively, you can use the addpath command in Matlab.
7. To learn more, try the demos:
tvreg_demo1, tvreg_demo2, tvreg_demo3.
If you have any problems on Windows, Linux, Mac or Unix, please check the
file install.m