X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkSegmentationUtils.h;h=6f4deb4c01726349b756449770023d7d29f2e825;hb=8ce049c3b7fbb418f7fb106c726bc0bf37c06e12;hp=6fa67aa4ebed30d25a02b5f7faf3156948eb7eac;hpb=9a4f7a1a65fcaa160878e50a12a61bdacf78607a;p=clitk.git diff --git a/itk/clitkSegmentationUtils.h b/itk/clitkSegmentationUtils.h index 6fa67aa..6f4deb4 100644 --- a/itk/clitkSegmentationUtils.h +++ b/itk/clitkSegmentationUtils.h @@ -152,7 +152,8 @@ namespace clitk { std::string orientation, bool uniqueConnectedComponent=false, double spacing=-1, - bool notflag=false); + bool autocropflag=true, + bool singleObjectCCL=true); //-------------------------------------------------------------------- // In a binary image, search for the point belonging to the FG that @@ -220,11 +221,11 @@ namespace clitk { //-------------------------------------------------------------------- - template - typename ImageType::Pointer - JoinSlices(std::vector::Pointer > & slices, - const ImageType * input, int dim); + //template + //typename ImageType::Pointer + //JoinSlices(std::vector::Pointer > & slices, + // const ImageType * input, int dim); //--------------------------------------------------------------------