hi,<br>
&nbsp;I am trying to use the 3D registration algorithm to register two
sets of CT images. One image is 512 X 512 X 594 and the other is 731 X
731 X 352. The voxel dimensions for both image sets is the same. I also
changed the pixel type to unsigned short in the code cause that is the
pixel type for the image sets. When I try to run the program I get the
following error<br>
<br>
<br>
ExceptionObject Caught!<br>
itk:ExceptionObject &lt;0105FCB0&gt;<br>
Location: &quot;ImportImageContainer :: Allocate Elements&quot;<br>
File: H:\ITK\ITK_SOURCE_DIR\Code\Common\itkImportImageContainer.txx<br>
<br>
Line 186<br>
Description: Failed to allocate memory for image<br>
<br>
<br>
Is this because my image sets are too big? Or is there something else that I might be doing wrong?<br>
<br>
Thanks<br>
<br>
Smriti<br>
<br>