X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=itk%2FclitkSegmentationUtils.h;h=f58b7c432a95339c5427d05c62f250801c6554f1;hb=f46366fb1c64119ea94f63e457dd9a67039709a1;hp=6204c9c96639b78c7be26a440cbd7b9cf21ddbe8;hpb=6194949c0beb1589904e22381b9aba1bbface172;p=clitk.git diff --git a/itk/clitkSegmentationUtils.h b/itk/clitkSegmentationUtils.h index 6204c9c..f58b7c4 100644 --- a/itk/clitkSegmentationUtils.h +++ b/itk/clitkSegmentationUtils.h @@ -363,6 +363,10 @@ namespace clitk { void And(ImageType * input, const ImageType * object, typename ImageType::PixelType BG=0); + template + void Or(ImageType * input, + const ImageType * object, + typename ImageType::PixelType BG=0); //--------------------------------------------------------------------