<div>Hi!</div>
<div> </div>
<div>I would like to extract a specific region from the ouput of a watershed segmentation. The output of the segmentation filter is a labeled image where each pixel is assigned an unsigned long integer label that groups it within a connected region.</div>

<div> </div>
<div>1) Is it possible to get the label corresponding to a specific region (for example, by specifiying a pixel belonging to the region of interest) ?</div>
<div> </div>
<div>2) Is it possible to extract the surface corresponding to a specific region (for example, by specifying the region&#39;s label) ?</div>
<div> </div>
<div>Thanks for your help</div>