<div dir="ltr"><div><div><div>Hello,<br><br></div>I came across the following code:<br><br>PixelType maxValue = itk::NumericTraits<PixelType>::NonpositiveMin(); <br>PixelType minValue = itk::NumericTraits<PixelType>::max();<br><br></div>Shouldn't the above statements be swapped? That is, minValue for the first, and ,maxValue for the second?<br><br></div><div>Thanks.<br></div></div>