]> Creatis software - creaRigidRegistration.git/blobdiff - PackRecalage/src/bbPackRecalageImageConvolution.h
#3271 creaRigidRegistration Bug New Normal - Convolution
[creaRigidRegistration.git] / PackRecalage / src / bbPackRecalageImageConvolution.h
index 5e1754324814693c8417e9871746207d8dd96ea7..873805c2f1e2e342344f961bae0b432652f20afe 100644 (file)
@@ -53,14 +53,17 @@ class bbPackRecalage_EXPORT ImageConvolution
 };
 
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageConvolution,bbtk::AtomicBlackBox);
-BBTK_NAME("ImageConvolution");
-BBTK_AUTHOR("jn.trillos44@uniandes.edu.co");
-BBTK_DESCRIPTION("Processes an image through different convolution matrix (Edge detect)");
-BBTK_CATEGORY("filter");
-BBTK_INPUT(ImageConvolution,In,"Image to be filetered",vtkImageData*,"");
-BBTK_INPUT(ImageConvolution,Factor,"Factor by how the edges will be represented",double,"");
-BBTK_INPUT(ImageConvolution,On,"Boolean that represents if the filter is turned on. True = On.",bool,"");
-BBTK_OUTPUT(ImageConvolution,Out,"Filtered Image",vtkImageData*,"");
+  BBTK_NAME("ImageConvolution");
+  BBTK_AUTHOR("jn.trillos44@uniandes.edu.co");
+  BBTK_DESCRIPTION("Processes an image through different convolution matrix (Edge detect)");
+  BBTK_CATEGORY("filter");
+
+  BBTK_INPUT(ImageConvolution,In,"Image to be filetered",vtkImageData*,"");
+  BBTK_INPUT(ImageConvolution,Factor,"Factor by how the edges will be represented",double,"");
+  BBTK_INPUT(ImageConvolution,On,"(default false) Boolean that represents if the filter is turned on. True = On.",bool,"");
+
+  BBTK_OUTPUT(ImageConvolution,Out,"Filtered Image",vtkImageData*,"");
+
 BBTK_END_DESCRIBE_BLACK_BOX(ImageConvolution);
 }
 // EO namespace bbPackRecalage