X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageLaplacianGenericFilter.txx;h=4ff1ef342f5855614946406c75c8fdb97a7cd5aa;hb=f48c960aef6e0a5a4edea516b062197db009e25f;hp=940e9fcd8514217aef707a9d8d954e81c06fe273;hpb=8b5dadbe47d0e7e314313055b1b1bc165109d322;p=clitk.git diff --git a/tools/clitkImageLaplacianGenericFilter.txx b/tools/clitkImageLaplacianGenericFilter.txx index 940e9fc..4ff1ef3 100644 --- a/tools/clitkImageLaplacianGenericFilter.txx +++ b/tools/clitkImageLaplacianGenericFilter.txx @@ -102,7 +102,7 @@ ImageLaplacianGenericFilter::UpdateWithInputImageType() castFilter->SetInput(input); castFilter->Update(); - typename MaskImageType::Pointer mask = NULL; + typename MaskImageType::Pointer mask = ITK_NULLPTR; if(mArgsInfo.mask_given) { mask = this->template GetInput(1); } @@ -143,6 +143,7 @@ ImageLaplacianGenericFilter::UpdateWithInputImageType() typename LaplacianImageFilterType::Pointer laplacianFilter=LaplacianImageFilterType::New(); laplacianFilter->SetInput(castFilter->GetOutput()); laplacianFilter->Update(); + //std::cout<<"sigma value="<GetSigma()<GetOutput(); } // Set iterator