Hi all,<br><br>I am using itkZeroFluxNeumannPadImageFilter.h to pad my image, here I found a bug.<br><br>According to other PadImageFilter, take MirrorPadImageFilter for example:<br><br><a href="http://www.itk.org/Doxygen/html/classitk_1_1MirrorPadImageFilter.html">http://www.itk.org/Doxygen/html/classitk_1_1MirrorPadImageFilter.html</a><br>
<br>lowerBound[0] and upperBound[0] should correspond to vertical direction.<br><br>But ZeroFluxNeumannPadImageFilter does not consist with this behavior. lowerBound[0] and upperBound[0] corrspond to horizontal direction in this case.<br>
Although it is not a big deal, it might cause misunderstanding. I think it is better to correct it.<br><br>Hope it helps. :)<br><br>Regards,<br>Mengqiu Tian<br><code></code>