<font><font face="verdana,sans-serif">I have an image containing labeled objects. The number of objects is about 10. However object labels are not consecutive (1,2,3...) as I would like them to be, but are scaled to 255.</font></font><div>

<font><font face="verdana,sans-serif"><br></font></font></div><div><font><font face="verdana,sans-serif">In case of 2 objects, labels would be 0(background), 127, 255.</font></font></div><div><font><font face="verdana,sans-serif"><br>

</font></font></div>However ShiftScaleImageFilter does not seem a safe way to switch back. There is 
<span style="font-family:&#39;Lucida Grande&#39;,Verdana,Geneva,Arial,sans-serif;font-size:15px;background-color:rgb(249,250,252)"><a href="http://www.itk.org/Doxygen/html/classitk_1_1ChangeLabelImageFilter.html">ChangeLabelImageFilter</a>, but it sorts the labels by object size. Is there a parameter to make this filter not sort labels? If not, what is the easiest way to accomplish this?</span><div>

<br></div>