Skip to content

Commit

Permalink
Merge pull request ANTsX#298 from stnava/FixUninitializedMemoryRead
Browse files Browse the repository at this point in the history
BUG: Valgrind detected uninitialized variable
  • Loading branch information
stnava committed Apr 9, 2016
2 parents 8789c85 + e784752 commit 6486476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/itkAdaptiveNonLocalMeansDenoisingImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ AdaptiveNonLocalMeansDenoisingImageFilter<TInputImage, TOutputImage, TMaskImage>
m_Epsilon( 0.00001 ),
m_MeanThreshold( 0.95 ),
m_VarianceThreshold( 0.5 ),
m_SmoothingFactor( 1.0 ),
m_SmoothingVariance( 2.0 ),
m_MaximumInputPixelIntensity( NumericTraits<RealType>::NonpositiveMin() ),
m_MinimumInputPixelIntensity( NumericTraits<RealType>::max() )
Expand Down

0 comments on commit 6486476

Please sign in to comment.