X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=PackRecalage%2Fsrc%2FbbPackRecalageImageConvolution.h;h=873805c2f1e2e342344f961bae0b432652f20afe;hb=f8423bfeaa7913646856bc2bfd1a61a91002d50e;hp=5e1754324814693c8417e9871746207d8dd96ea7;hpb=d43c8fa374c578decfdcf355ec6dca7cb7216de8;p=creaRigidRegistration.git diff --git a/PackRecalage/src/bbPackRecalageImageConvolution.h b/PackRecalage/src/bbPackRecalageImageConvolution.h index 5e17543..873805c 100644 --- a/PackRecalage/src/bbPackRecalageImageConvolution.h +++ b/PackRecalage/src/bbPackRecalageImageConvolution.h @@ -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