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

WRG: OTB-148/MeanShift2 -> Init-list order fixed

parent 736a39b9
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,15 @@ namespace otb
template <class TInputImage, class TOutputImage, class TKernel, class TOutputIterationImage>
MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterationImage>
::MeanShiftSmoothingImageFilter()
: m_MaxIterationNumber( 10 )
: m_RangeBandwidth( 16. )
, m_SpatialBandwidth( 3 )
, m_RangeBandwidth( 16. )
// , m_SpatialRadius(???)
, m_Threshold( 1e-3 )
, m_MaxIterationNumber( 10 )
// , m_Kernel(...)
// , m_NumberOfComponentsPerPixel(...)
// , m_JointImage(0)
// , m_ModeTable(0)
, m_ModeSearchOptimization( true )
, m_BucketOptimization( false )
{
......
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