X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolMedianFilter.h;h=915271275f706279a0f2348d200096fd1abe164e;hb=229b5c47165370a8f34ddae0861874c4a28a2463;hp=c4f8629ae77de98e1e7d3fffa7504e94ea330d09;hpb=48d8569538b93bf923de2f8d5c4b9db51640978f;p=clitk.git diff --git a/vv/vvToolMedianFilter.h b/vv/vvToolMedianFilter.h index c4f8629..9152712 100644 --- a/vv/vvToolMedianFilter.h +++ b/vv/vvToolMedianFilter.h @@ -1,3 +1,20 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://www.centreleonberard.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +===========================================================================*/ /*========================================================================= Program: vv @@ -8,7 +25,7 @@ Author : Bharath Navalpakkam (Bharath.Navalpakkam@creatis.insa-lyon.fr) Copyright (C) 2010 - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + Léon Bérard cancer center http://www.centreleonberard.fr CREATIS http://www.creatis.insa-lyon.fr This program is free software: you can redistribute it and/or modify @@ -28,13 +45,14 @@ #ifndef VVTOOLMedianFilter_H #define VVTOOLMedianFilter_H + #include #include #include "vvToolBase.h" #include "QWidget" #include "vvToolWidgetBase.h" #include "ui_vvToolMedianFilter.h" #include "clitkMedianImageFilter_ggo.h" - #include + #include //------------------------------------------------------------------------------