Skip to content
Snippets Groups Projects
Commit 9d4e0dcd authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Backed out changeset 689208996e1c

parent 12e40d5c
Branches
Tags
No related merge requests found
......@@ -137,11 +137,9 @@ ConvolutionImageFilter< TInputImage, TOutputImage, TBoundaryCondition>
norm = itk::NumericTraits<InputRealType>::Zero;
for (i = 0; i < neighborhoodSize; ++i)
{
norm += static_cast<InputRealType>( m_Filter(i)*m_Filter(i) );
norm += static_cast<InputRealType>( m_Filter(i) );
}
norm = vcl_sqrt(norm);
}
while ( ! bit.IsAtEnd() )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment