<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
you need the size of the LargestPossibleRegion of the image,<br>
<br>
image-&gt;GetLargestPossibleRegion().GetSize()<br>
<br>
This will give you the number of voxels in x, y and z<br>
<br>
hth<br>
Alberto<br>
<br>
michiel mentink wrote:
<blockquote
 cite="mid:5488ad6a1002020539t752cf8a2w4ff4cf96c82fe9e0@mail.gmail.com"
 type="cite">
  <pre wrap="">Is there some way of getting the number of pixels in X,Y,Z from an ITK image?

There's methods in ITKImage for spacing, origin and direction, but not for the amount of pixels.
Why is that?

cheers, Michael


  </pre>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html;  ">
<p>Alberto G&oacute;mez</p>
<p>
<i>Division of Imaging Sciences <br>
The Rayne Institute<br>
4th Floor, Lambeth Wing<br>
St Thomas' Hospital<br>
London SE1 7EH
</i></p>
<p>phone: +44 (0) 20 718 88364<br>
email: <a href="mailto:alberto.gomez@kcl.ac.uk">alberto.gomez@kcl.ac.uk</a>
</p>
</div>
</body>
</html>