]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkBinaryThresholdImageFilter.h
*** empty log message ***
[bbtk.git] / packages / itk / src / bbitkBinaryThresholdImageFilter.h
index 1e2677a0fba7248d06ce279036f66bc4718e5233..3f6ed3ab52c23f477eb00dfda35188876a25f823 100644 (file)
@@ -76,7 +76,8 @@ namespace bbitk
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(BinaryThresholdImageFilterGeneric,
                                bbtk::UserBlackBox);
   BBTK_NAME("BinaryThresholdImageFilter");
-  BBTK_AUTHOR("laurent.guigues@creatis.insa-lyon.fr");
+  BBTK_AUTHOR("laurent.guigues at creatis.insa-lyon.fr");
+  BBTK_CATEGORY("filter;image");
   BBTK_DESCRIPTION("Binarizes an image by thresholding (generic bbification of itk::BinaryThresholdImageFilter)");
   BBTK_INPUT(BinaryThresholdImageFilterGeneric,In,
             "Input image. Can be any itk::Image<T,D>*",anyImagePointer);