Hi Ricardo,<br><br>The image object size is only limited by the amount of<br>RAM memory in your machine, and the size of the<br>&quot;unsigned long&quot; in your operating system+compilation<br>mode.<br><br>This translates to:<br>
<br>1) In a Windows 64 bits machine : Max = 2Gb<br>    (because unsigned long is smaller <br>     than size_t in Windows)<br><br>2) In a Linux 64 bits machine: Max = your RAM<br>    (given that it is likely smaller than 2^64 bytes)<br>
<br><br>The ITK streaming mechanism should help you<br>to process a very large image *as long as* you<br>are using filters that are streamable.<br><br>Examples of filters that are not streamable are<br><br>* FFT<br>* Region Growing<br>
* Watersheds<br><br><br>You may want to look at:<br><br>* ITK/Examples/IO/VisibleHumanStreamReadWrite.cxx<br><br>and<br><br>ITK/Testing/Code/IO/<br>itkGDCMSeriesStreamReadImageWrite.cxx<br>itkImageFileReaderStreamingTest2.cxx<br>
itkImageFileReaderStreamingTest.cxx<br>itkImageFileWriterStreamingPastingCompressingTest1.cxx<br>itkImageFileWriterStreamingTest1.cxx<br>itkImageFileWriterStreamingTest2.cxx<br>itkMetaImageStreamingIOTest.cxx<br>itkMetaImageStreamingWriterIOTest.cxx<br>
<br><br>   Please let us know if you have any questions,<br><br><br>        Thanks<br><br><br>             Luis<br><br><br><div class="gmail_quote">----------------------------------------------------------------<br>On Mon, Oct 25, 2010 at 8:21 AM, Ricardo Uribe Lobello <span dir="ltr">&lt;<a href="mailto:ricardouribelobello@gmail.com">ricardouribelobello@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><br>
Good day everyone,<br>
<br>
Does anyone know about the memory limits of an ITKImage object? How big can be an ITK Image object?<br>
Can the Itk streaming mechanism help me to process a very big image? Could you point me to a web page with good documentation about it?<br>
<br>
Thanks in advance,<br>
Ricardo<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br>