3 # ---------------------------------------------------------------------
5 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
7 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
8 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
9 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
11 # This software is governed by the CeCILL-B license under French law and
12 # abiding by the rules of distribution of free software. You can use,
13 # modify and/ or redistribute the software under the terms of the CeCILL-B
14 # license as circulated by CEA, CNRS and INRIA at the following URL
15 # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
16 # or in the file LICENSE.txt.
18 # As a counterpart to the access to the source code and rights to copy,
19 # modify and redistribute granted by the license, users are provided only
20 # with a limited warranty and the software's author, the holder of the
21 # economic rights, and the successive licensors have only limited
24 # The fact that you are presently reading this means that you have had
25 # knowledge of the CeCILL-B license and that you accept its terms.
26 # ------------------------------------------------------------------------ */
29 /*=========================================================================
31 Module: $RCSfile: bbitkImageStatistics.h,v $
33 Date: $Date: 2013/03/27 $
34 Version: $Revision: 1.0 $
35 Modified by: Ricardo A Corredor (RaC)
36 =========================================================================*/
41 * \brief class ITKImageStatistics : generic ITKImage statistics
44 * \class bbtk::ITKImageStatistics
45 * \brief Generic ITKImage statictis
50 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
52 #include "bbitkImageStatistics.h"
53 #include "bbitkPackage.h"
57 BBTK_ADD_BLACK_BOX_TO_PACKAGE(itk,ImageStatistics)
58 BBTK_BLACK_BOX_IMPLEMENTATION(ImageStatistics,bbtk::AtomicBlackBox);
60 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
64 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
66 void ImageStatistics::bbUserSetDefaultValues()
76 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
78 void ImageStatistics::bbUserInitializeProcessing()
86 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
88 void ImageStatistics::bbUserFinalizeProcessing()