Skip to content
Snippets Groups Projects
Commit 4c00da54 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: disable modesearch in MeanShiftSmoothing constructor

parent f92c440c
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ MeanShiftSmoothingImageFilter<TInputImage, TOutputImage, TKernel, TOutputIterati
, m_NumberOfComponentsPerPixel(0)
// , m_JointImage(0)
// , m_ModeTable(0)
, m_ModeSearch(true)
, m_ModeSearch(false)
, m_ThreadIdNumberOfBits(0)
#if 0
, 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