<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,&nbsp;<div><br></div><div>&nbsp;I am trying to use a blurring Filter on a dicom series of 256 images. I tried it with RecursiveGaussianFilter, and with BinomialBlurImageFilter and i get both times the same error message.</div><div>If instead i use a series of 25 images it works just fine. Does this mean that i should just forget about trying to use this filters for such a large series?</div><div><br></div><div><br></div><div><br></div><div><p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Brain(7801) malloc: *** mmap(size=2027520000) failed (error code=12)</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>*** error: can't allocate region</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>*** set a breakpoint in malloc_error_break to debug</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo; min-height: 13.0px"><b></b><br></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>itk::ExceptionObject (0x3ea6ac20)</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Location: "TElement* itk::ImportImageContainer&lt;TElementIdentifier, TElement&gt;::AllocateElements(TElementIdentifier) const [with TElementIdentifier = long unsigned int, TElement = double]"&nbsp;</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>File: /Users/ellaK/Documents/ITKLib/Code/Common/itkImportImageContainer.txx</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Line: 188</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo"><b>Description: Failed to allocate memory for image.</b></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo; min-height: 13.0px"><b></b><br></p>
<p style="margin: 0.0px 0.0px 0.0px 28.0px; text-indent: -28.0px; font: 11.0px Menlo; min-height: 13.0px"><b></b><br></p></div></td></tr></table>