Hi Neal,<br><br>The minimum value of the segmentated image is 1 which means all the background is 1 and 0. Maybe you should try:<br><br>converter-&gt;SetBackgroundValue( 1 );<br>converter-&gt;Update();<br><br>Kishore<br><br>
<div class="gmail_quote">On Thu, Mar 11, 2010 at 11:54 AM, Neal R. Harvey <span dir="ltr">&lt;<a href="mailto:harve@lanl.gov">harve@lanl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kishore<br>
<br>
Thanks for the suggestion, but that doesn&#39;t seem to help.<br>
When I make that modification and run the code, I still get the<br>
same result:<br>
<br>
Minimum Value from Segmented Image = 1<br>
Maximum Value from Segmented Image = 135787<br>
labelMap-&gt;GetNumberOfLabelObjects() = 0<div class="im"><br>
Number of Label Objects is incorrect<br>
<br></div>
I would hope that the value returned from labelMap-&gt;GetNumberOfLabelObjects() would<br>
be the same as the maximum value of the watershed segmented image.<div><div></div><div class="h5"><br>
<br>
<br>
Kishore Mosaliganti wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Neal,<br>
<br>
I am not sure if this is the problem, but can you insert and then try:<br>
<br>
converter-&gt;SetBackgroundValue(0);<br>
converter-&gt;Update();<br>
</blockquote>
</div></div></blockquote></div><br>