]> Creatis software - bbtk.git/blobdiff - packages/itk/src/bbitkBinaryThresholdImageFilter.h
*** empty log message ***
[bbtk.git] / packages / itk / src / bbitkBinaryThresholdImageFilter.h
index 0ea322d32cf1b78333c1d8592d0a708714b41f80..d734f862bf23fd88625ed871971086a5812ff495 100644 (file)
@@ -80,18 +80,18 @@ namespace bbitk
   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);
+            "Input image. Can be any itk::Image<T,D>*",anyImagePointer,"");
   BBTK_INPUT(BinaryThresholdImageFilterGeneric,LowerThreshold,
-            "Lower threshold",double);
+            "Lower threshold",double,"");
   BBTK_INPUT(BinaryThresholdImageFilterGeneric,UpperThreshold,
-            "Upper threshold",double);
+            "Upper threshold",double,"");
   BBTK_INPUT(BinaryThresholdImageFilterGeneric,InsideValue,
-            "Output value for pixels inside thresholds",double);
+            "Output value for pixels inside thresholds",double,"");
   BBTK_INPUT(BinaryThresholdImageFilterGeneric,OutsideValue,
-            "Output value for pixels outside thresholds",double);
+            "Output value for pixels outside thresholds",double,"");
   BBTK_OUTPUT(BinaryThresholdImageFilterGeneric,Out,
              "Output image. Of the same type and dimension than the input image",
-             anyImagePointer);
+             anyImagePointer,"");
   BBTK_END_DESCRIBE_BLACK_BOX(BinaryThresholdImageFilterGeneric);