<div dir="ltr"><div>Hi Michael,</div><div><br></div><div>In this case, for each vertex in the surface mesh, the filter finds the voxel within which the vertex falls and interpolates the points values of the 8 points of the voxel on to the vertex. The tolerance is used for dealing with floating point errors. It specifies the tolerance to use when a vertex is near the boundary of a cell to determine if it should be considered to be inside the cell.</div><div><br></div><div>Thanks</div><div>Sujin</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Feb 23, 2019 at 6:59 PM Michael Jordan <<a href="mailto:mjordan080013@gmail.com">mjordan080013@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">Hi,</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">i have a fMRI NIFTI volume whereby each voxel value corresponds to a statistical value indicating the activation. I am using the vtkProbeFilter to show the activation on the</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">corresponding brain surface. The results looks pretty good but I would like to understand what is really going on when using the vtkProbeFilter.</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">Assumed that I specify a tolerance value of <a href="tel:+49100" style="color:rgb(0,114,198)" target="_blank">10.0</a>, how the filter determines the corresponding scalar value for a certain surface vertex?</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">Is the filter simply assigning the value of the closest voxel to the vertex? Or is the filter averaging all values within the specified tolerance?</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">Thank you!</span><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><br style="font-family:calibri,helvetica,sans-serif;font-size:16px"><span style="font-family:calibri,helvetica,sans-serif;font-size:16px">Regards, Michael</span></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div>