<div dir="ltr">I don't think I quite understand your question, can you elaborate a bit more?</div><br><div class="gmail_quote"><div dir="ltr">El mar., 19 de abr. de 2016 a la(s) 00:02, Chiyoko Koujima <<a href="mailto:koujima@pronotec.co.jp">koujima@pronotec.co.jp</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
I'm trying to save the image data on resliced viewer as DICOM data in order<br>
to change WW,WL.<br>
Position and angle also in the same as look.<br>
In a way that I used it takes 20 seconds per sheet.<br>
And it is an error to be processed in the background.<br>
Made data seem to have the wrong part...<br>
<br>
Do anyone knows better way?<br>
<br>
in my way:<br>
<br>
var polyData = cutter.GetOutput();<br>
var pointData = polyData.GetPointData();<br>
var scalars = (vtkShortArray)pointData.GetScalars();<br>
var point = polyData.FindPoint(x, y, 0); // this step takes a long time<br>
var value = scalars.GetValue(point);<br>
<br>
in this way I don't use data on reslice viewer. But actually I want to use<br>
data on resliced viewer.<br>
<br>
Regards,<br>
Chiyoko<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Save-the-image-on-resliced-viewer-as-DICOM-data-tp5737769.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.com/Save-the-image-on-resliced-viewer-as-DICOM-data-tp5737769.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<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="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div><div dir="ltr">-- <br></div><div dir="ltr">Matias</div>