Skip to content
Snippets Groups Projects
Commit 799a78fc authored by Luc Hermitte's avatar Luc Hermitte
Browse files

ENH: OTB-148/MeanShift2 -< micro-optimizations

parent b55fab1a
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ namespace otb
template <class TInputImage, class TOutputImage, class TKernel, class TOutputIterationImage>
MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterationImage>
::MeanShiftSmoothingImageFilter()
: m_MaxIterationNumber( 4 )
: m_MaxIterationNumber( 10 )
, m_SpatialBandwidth( 3 )
, m_RangeBandwidth( 16. )
, m_Threshold( 1e-3 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment