X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSegmentationUtils.h;h=f58b7c432a95339c5427d05c62f250801c6554f1;hb=e09c42efa08d782918e7aed46eb1e0750fd0e2e9;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); //--------------------------------------------------------------------