X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FPlugins%2FRegionGrowBinaryThresholdWithSeeds.cxx;h=e799ae219584e6b7a57f80afae6b8d6c8d9a039f;hb=3e69c5942ef8dd71c4e25da906eac97ffb63a79d;hp=5dceb2c86213958e09f4c7cc5aa6e6c96d941318;hpb=965242ec0344e1bf8523632b6215a5466e384707;p=FrontAlgorithms.git diff --git a/plugins/Plugins/RegionGrowBinaryThresholdWithSeeds.cxx b/plugins/Plugins/RegionGrowBinaryThresholdWithSeeds.cxx index 5dceb2c..e799ae2 100644 --- a/plugins/Plugins/RegionGrowBinaryThresholdWithSeeds.cxx +++ b/plugins/Plugins/RegionGrowBinaryThresholdWithSeeds.cxx @@ -1,6 +1,6 @@ #include -#include -#include +#include +#include #include #include @@ -12,7 +12,7 @@ RegionGrowBinaryThresholdWithSeeds( ) : Superclass( ) { typedef cpPlugins::BaseObjects::DataObject _TData; - typedef cpPlugins::DataObjects::Image _TImage; + typedef cpInstances::Image _TImage; this->_ConfigureInput< _TImage >( "Input", true, false ); this->_ConfigureInput< _TData >( "Seeds", true, false );