Hello ITK users, <br>
<br>
I have done some segmentation and labeled <div>my objects using BinaryImageToShapeLabelMapFilter</div><div>and cleaned the results with ShapeOpeningLabelMapFilter. <br>
Everything works like a charm to this point. I can iterate <br>
over the LabelObjects without a problem. </div>
<div><br></div><div>Now what I&#39;d like to proceed with is to split some of these </div><div>LabelObjects into two. Say I got the ith LabelObject, I&#39;d like<br>
to iterate over the corresponding indexes for that object and <br>
change the label of some of those indexes belonging to that object. <br>
That is:<br>
<br>
i) separate a label object into two, <br>
ii) remove the label belonging to the original object <br>
from the LabelImage <br>
iii) and add the newly created two objects to the LabelImage with <br>
unique labels across the image. <br>
<br>
Any insights on how to manipulate would be greatly appreciated<br>
<br>
Regards, <br>
Cagatay  <br>
<br>
</div>