Commit e3494494 authored by Cresson Remi's avatar Cresson Remi
Browse files

ENH: new sample selection/extraction strategy (use nodata in selection or extraction)

parent 6124fa79
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -249,7 +249,7 @@ public: ...@@ -249,7 +249,7 @@ public:
m_StreamingManager->SetAvailableRAMInMB(GetParameterInt("ram")); m_StreamingManager->SetAvailableRAMInMB(GetParameterInt("ram"));
UInt8ImageType::Pointer inputImage; UInt8ImageType::Pointer inputImage;
if (GetParameterInt("nockeck")==1) if (GetParameterInt("nocheck")==1)
inputImage = GetParameterUInt8Image("mask"); inputImage = GetParameterUInt8Image("mask");
else else
inputImage = m_MorphoFilter->GetOutput(); inputImage = m_MorphoFilter->GetOutput();
......
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