X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk_Slicer_PKG%2Fsrc%2FbbSlicerMaskImage.h;h=73f9b29a3bd5b96d020b88a8478ae1cc2f6537f7;hb=e7b4e2c9254e9e431f74acc92e3f0d40fc5e7ef6;hp=1dbe285fe64d180bc49eddef492afcc4fc50f0ee;hpb=cd590ce5fff20d69c7060340235a35e9c2a9ef86;p=creaCLI.git diff --git a/bbtk_Slicer_PKG/src/bbSlicerMaskImage.h b/bbtk_Slicer_PKG/src/bbSlicerMaskImage.h index 1dbe285..73f9b29 100644 --- a/bbtk_Slicer_PKG/src/bbSlicerMaskImage.h +++ b/bbtk_Slicer_PKG/src/bbSlicerMaskImage.h @@ -44,7 +44,7 @@ BBTK_DECLARE_INPUT ( Replace , int ); BBTK_BEGIN_DESCRIBE_BLACK_BOX ( MaskImage , bbtk::AtomicBlackBox ) ; BBTK_NAME ( "MaskImage" ) ; - BBTK_AUTHOR ( "Nicole Aucoin, BWH (Ron Kikinis, BWH)" ) ; + BBTK_AUTHOR ( "Nicole Aucoin, BWH Ron Kikinis, BWH" ) ; BBTK_DESCRIPTION ( "Masks two images. The output image is set to 0 everywhere except where the chosen label from the mask volume is present, at which point it will retain it's original values. Although all image types are supported on input, only signed types are produced. The two images do not have to have the same dimensions." ) ; BBTK_CATEGORY ( "Filtering.Arithmetic" ) ;