Commit e22de7db authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -234,7 +234,7 @@ private:
labelImageSource->SetGraph(controller->GetOutputGraph());
labelImageSource->SetOutputSize(inputImage->GetLargestPossibleRegion().GetSize());
labelImageSource->SetOutputOrigin(inputImage->GetOrigin());
labelImageSource->SetOutputSpacing(inputImage->GetSpacing());
labelImageSource->SetOutputSpacing(inputImage->GetSignedSpacing());
labelImageSource->SetOutputProjectionRef(inputImage->GetProjectionRef());
labelImageSource->GenerateOutputInformation();
......@@ -246,7 +246,7 @@ private:
if (dynamic_cast<OutputImageParameter*>(GetParameterByKey("out")))
{
OutputImageParameter* paramDown = dynamic_cast<OutputImageParameter*>(GetParameterByKey("out"));
paramDown->SetRAMValue(256);
paramDown->SetRAMValue(1024);
}
// Get temporary files list
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment