Hello all,<br>I want to get the regions segmented by a ConnectedComponentImageFilter followed by a RelabelComponentImageFilter.<br>My goal is to be able to iterate over the pixels of each segmented region. Is there a way to avoid going through all the pixels of the image and testing if the pixel belongs to the region I need to extract.
<br><br>More generally, how can I compute some shape/topology criteria on such segmented regions, like number of holes, largest axis, centroid, etc...<br><br>Thank you for your time<br>Yann<br>