diff --git a/Code/Hyperspectral/otbLocalRxDetectorFilter.txx b/Code/Hyperspectral/otbLocalRxDetectorFilter.txx
index f97e5cedffdf2779dce065cc64642e2294e54dae..4d726fa9c66fe2644ba4a94ed1af97c6fca8e5df 100644
--- a/Code/Hyperspectral/otbLocalRxDetectorFilter.txx
+++ b/Code/Hyperspectral/otbLocalRxDetectorFilter.txx
@@ -29,7 +29,7 @@ namespace otb
 template <class TInputImage, class TOutputImage>
 LocalRxDetectorFilter<TInputImage, TOutputImage>
 ::LocalRxDetectorFilter()
-  : m_ExternalRadius(2), m_InternalRadius(1)
+  : m_InternalRadius(1), m_ExternalRadius(2)
 {
 }