<div dir="ltr">Hello,<div><br></div><div>From reading the ITK documentation & source code comments, it appears that the itk::ImportImageFilter does not allocate new pixel buffer for the image that it creates. It simply uses the buffer that's passed to it via SetImportPointer(). Is this correct?</div><div><br></div><div>If yes, is there a flag that I can set for the ImportImageFilter to allocate buffer for the output image? Or, should I use another filter to create a deep-copy of the image that's created by ImportImageFilter, to ensure that the final output image is independent of the buffer passed to the ImportImageFilter?</div><div><br></div><div>Thanks,</div><div>--Fijoy</div></div>