X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FITKLevelSetFilters%2FLaplacianSegmentationLevelSetImageFilter.cxx;h=f9a36ea1c6d2ed9c3cdc638282cd58afd3e87c60;hb=a52d42076db836c8af9106109b7f899d928de397;hp=a5fe1f9eb2f3961e5cca66c962dcc7447850cbb1;hpb=24d5c00294fc95f6f0d858a35799b77d97055745;p=cpPlugins.git diff --git a/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx b/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx index a5fe1f9..f9a36ea 100644 --- a/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx +++ b/plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx @@ -30,7 +30,7 @@ void cpPluginsITKLevelSetFilters::LaplacianSegmentationLevelSetImageFilter:: _GenerateData( ) { auto o = this->GetInputData( "Input" ); - cpPlugins_Demangle_Image_ScalarPixels_AllDims_1( o, _GD0 ) + cpPlugins_Demangle_Image_RealPixels_AllDims_1( o, _GD0 ) this->_Error( "Invalid input image dimension." ); }