[Insight-users] ITK new user :
Tanuj
tanujpuri82 at gmail.com
Tue Sep 27 11:10:37 EDT 2011
Many thanks John for your reply.
The images are created by another function in the link '
http://www.itk.org/Wiki/ITK/Examples/Registration/ImageRegistrationMethod',
the function name are
static void CreateEllipseImage(ImageType::Pointer image);
static void CreateSphereImage(ImageType::Pointer image);
I simply cannot understand what it does not work.
I have another question, If i don't change the the PixalTye from 'char' to
'int', Can i still use 'itk::SubtractImageFilter' to subtract the registered
output image with the fixed input image and write the resulting image out as
a tiff image?
many Thanks again
-T
On Tue, Sep 27, 2011 at 3:58 PM, John Drescher <drescherjm at gmail.com> wrote:
> > it gives me a error message box "Debug error" R6101 - abort() has been
> > called.
> > many Thanks
> > On Tue, Sep 27, 2011 at 2:59 PM, John Drescher <drescherjm at gmail.com>
> wrote:
> >>
>
> Are you loading an image that is larger than 256 MB on 32 bit windows?
> The reason I ask is on 32 bit windows regardless of the amount of ram
> you have has a default maximum single allocation size limit of around
> 1.2GB. Using floats or int images you can easily approach this limit
> if the original image is large enough.
>
> John
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110927/25756e77/attachment.htm>
More information about the Insight-users
mailing list