Skip to content
Snippets Groups Projects
Commit 2ae4d9ff authored by Julien Michel's avatar Julien Michel
Browse files

BUG: When pixel is masked, default label should be applied

parent 96f40db7
No related branches found
No related tags found
No related merge requests found
......@@ -281,6 +281,10 @@ ImageClassificationFilter<TInputImage, TOutputImage, TMaskImage>
++labIt;
}
else
{
labelValue = m_DefaultLabel;
}
outIt.Set(labelValue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment