[Insight-users] UpdateLargestPossibleRegion exception on large image

Luis Ibanez luis.ibanez at kitware.com
Tue Jul 18 06:42:35 EDT 2006


Hi Normand,

The only limitation is the physical+virtual memory
of your computer.

It is likely that you are running out of memory.

What is the pixel type of this image ?

How many filters do you have in your pipeline ?

How much RAM memory do you have in your machine ?

Please monitor the memory usage as you run your
application from the start. You can do this with
the Task Manager if you are developing in Windows,
or with a tool such as top or ksysguard in Linux.


Please let us know what you find,



      Thanks


         Luis



======================
Normand Mongeau wrote:
> Hi,
>  
> is there some kind of limitation with UpdateLargestPossibleRegion()?  
> I'm trying to filter a 512 x 512 x 512 image and I keep getting an 
> error.  Smaller images do not give me the error.  The error goes like this:
>  
> Unhandled exception at 0x7c81eb33: Microsoft C++ exception: 
> itk::ExceptionObject @ 0x0a5df9b8.
>  
> Even by trying to use smaller regions I get the error.
>  
> Thanks
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users




More information about the Insight-users mailing list