diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-12-12 12:01:59 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2014-12-12 12:01:59 +0100 |
commit | f8c6579b910d2752f40850fbf17f045fa5de0366 (patch) | |
tree | 2ceab0ec6764d427c0a3bc458f5542e2ffb7cbc3 /matlab/tools/overlayImage.m | |
parent | 78a179737366188aea505173e3a935b08c3cef55 (diff) | |
download | astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.gz astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.bz2 astra-f8c6579b910d2752f40850fbf17f045fa5de0366.tar.xz astra-f8c6579b910d2752f40850fbf17f045fa5de0366.zip |
Update copyright headers
Diffstat (limited to 'matlab/tools/overlayImage.m')
-rw-r--r-- | matlab/tools/overlayImage.m | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/matlab/tools/overlayImage.m b/matlab/tools/overlayImage.m index 7c81e55..b4f24ce 100644 --- a/matlab/tools/overlayImage.m +++ b/matlab/tools/overlayImage.m @@ -9,13 +9,13 @@ function im = overlayImage(reconstruction, ground_truth) % im: output 3-component image, third channel is 0. %------------------------------------------------------------------------ %------------------------------------------------------------------------ -% This file is part of the -% All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA-Toolbox") -% -% Copyright: iMinds-Vision Lab, University of Antwerp +% This file is part of the ASTRA Toolbox +% +% Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp +% 2014, CWI, Amsterdam % License: Open Source under GPLv3 -% Contact: mailto:astra@ua.ac.be -% Website: http://astra.ua.ac.be +% Contact: astra@uantwerpen.be +% Website: http://sf.net/projects/astra-toolbox %------------------------------------------------------------------------ % $Id$ |