<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello Kenneth,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thank you for your explanations.</div>
<div style="font-family:arial,sans-serif;font-size:13px">However, when I meant on the surface, I was not taking about the center.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
My goal is not to have the center of the complete polydata, because if it's a U shape or S shape for example, the center could be in empty space (between the two | of the U). </div><div style="font-family:arial,sans-serif;font-size:13px">
For example, let's say the U shape is a tube with a U shape. I don't want the center of the U shape, but the center of the tube, all along the U shape.</div><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">I don't know if it's clearer.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">
If it's not, let me know I will try to make a 3D drawing.</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thank you very much.</div><div style="font-family:arial,sans-serif;font-size:13px">
-Laurent</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 6:20 PM, Laurent Chauvin <span dir="ltr"><<a href="mailto:lchauvin@bwh.harvard.edu" target="_blank">lchauvin@bwh.harvard.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Kenneth,<div><br></div><div>Thank you for your explanations.</div><div>However, when I meant on the surface, I was not taking about the center.</div>
<div><br></div><div>My goal is not to have the center of the complete polydata, because if it's a U shape or S shape for example, the center could be in empty space (between the two | of the U). </div>
<div>For example, let's say the U shape is a tube with a U shape. I don't want the center of the U shape, but the center of the tube, all along the U shape.</div><div><br></div><div>I don't know if it's clearer.</div>

<div><br></div><div>If it's not, let me know I will try to make a 3D drawing.</div><div class="im"><div><br></div><div>Thank you very much.</div><div>-Laurent</div><div><br></div></div></div><div class="gmail_extra">
<div><div class="h5">
<br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 2:37 PM, Moreland, Kenneth <span dir="ltr"><<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>
<div>
<div>Laurent,</div>
<div><br>
</div>
<div>(This discussion is probably more appropriate to VTK users, so I'm forwarding it there.)</div>
</div>
</div>
<div><br>
</div>
<div>Although, I don't know for sure, but I suspect that the short answer to your question is no.</div>
<div><br>
</div>
<div>The problem is that you have not given a clear definition of what "center" means.  Center of mass is well defined even if, as you stated, there is no guarantee that it in the mass or on the surface.  I'm not sure what you mean by "center… close to the
 fiducial".  Center, by any definition, is absolute relative to an object.  It is either close or not close.</div>
<div><br>
</div>
<div>I can think of two approaches that might satisfy what you are asking for.  First, you can find the polygon cell close to or under a selected position and find the center of that polygon.  As long as the polygon is planar and concave, this center will lie
 on that polygon.</div>
<div><br>
</div>
<div>Otherwise, perhaps you mean the center relative to part of the object within some region around the selected point.  You could then extract those cells within the region and take the center of that.  Be wary, though, that the center is still not guaranteed
 to be located on the surface (and is most likely not going to be if the surface is not in a plane).</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">


<span style="font-weight:bold">From: </span>Laurent Chauvin <<a href="mailto:lchauvin@bwh.harvard.edu" target="_blank">lchauvin@bwh.harvard.edu</a>><br>
<span style="font-weight:bold">Date: </span>Monday, March 11, 2013 10:43 AM<br>
<span style="font-weight:bold">To: </span>VTK Developers Developers <<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [vtk-developers] Find center of polydata<br>
</div><div><div>
<div><br>
</div>
<blockquote style="BORDER-LEFT:#b5c4df 5 solid;PADDING:0 0 0 5;MARGIN:0 0 0 5">
<div>
<div style="word-wrap:break-word">
Hello,
<div><br>
</div>
<div>I would like to know if there is a vtk object that can find the center of the vtkPolyData.</div>
<div>I've seen there is vtkCenterOfMass but I'm not sure it's gonna fit.</div>
<div><br>
</div>
<div>My concern is if I use a U shape dataset (or S shape, or another strange shape), I feel like the center returned will be in the middle of the U.</div>
<div>What I would like is a "local" center, like this (the green one, not the red):</div>
<div><br>
</div>
<div><img height="241" width="458"></div>
<div>I would like to do this without having to define a ROI. </div>
<div>I would like for example to place a fiducial on model, and then, find the center of the model close to the fiducial I placed.</div>
<div><br>
</div>
<div>Is there any tool like this ?</div>
<div><br>
</div>
<div>Thank you very much.<br>
<div><span style="font-family:Helvetica;font-size:medium">
<div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">
<div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">
<div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">
<div style="word-wrap:break-word">
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">
<div style="word-wrap:break-word">
<div>-Laurent</div>
<div><br>
</div>
</div>
</span></div>
</span></div>
</span></div>
</span></div>
</span><br>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div></div></span>
</div>

</blockquote></div><br><br clear="all"><div><br></div></div></div><span class="HOEnZb"><font color="#888888">-- <br><div>Laurent Chauvin, MS</div><div>Surgical Navigation and Robotics Laboratory, Radiology</div><div>Brigham And Women's Hospital, Harvard Medical School<br>

</div><div><a href="http://wiki.ncigt.org/index.php/User:Lchauvin" target="_blank">http://wiki.ncigt.org/index.php/User:Lchauvin</a></div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Laurent Chauvin, MS</div><div>Surgical Navigation and Robotics Laboratory, Radiology</div><div>Brigham And Women's Hospital, Harvard Medical School<br>
</div><div><a href="http://wiki.ncigt.org/index.php/User:Lchauvin" target="_blank">http://wiki.ncigt.org/index.php/User:Lchauvin</a></div>
</div>