<div dir="ltr">Yes, if you want to compute volumes then you must set the DataSpacing.  Do you know the correct spacing for these images?<div><br></div><div>If you set the spacing in millimetres, then VTK will compute the volume in mm^3.  If you set the spacing in kilometres, it will compute the volume in km^3.</div><div><br></div><div> - David<br><div><div><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 7, 2016 at 5:29 PM, eduardo <span dir="ltr"><<a href="mailto:eduardo.hssi@gmail.com" target="_blank">eduardo.hssi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I am creating a volume as an image stack as the code:<br>
<br>
reader = vtk.vtkPNGReader ()<br>
reader.SetFilePrefix (path)<br>
reader.SetFilePattern (pattern)<br>
reader.SetFileNameSliceOffset (0)<br>
reader.SetFileNameSliceSpacing (1)<br>
reader.SetDataSpacing (1, 1, 1)<br>
reader.SetDataOrigin (0, 0, 0)<br>
reader.SetDataExtent (0, 499, 0, 499, 1 70)<br>
<br>
With MassProperties and MachingCubes recover the volume. How to recover the<br>
volume measure micrometer or millimeter?<br>
<br>
Would be setting the parameter SetDataSpacing?<br>
<br>
thank you<br></blockquote></div></div></div></div></div></div></div>