[Insight-users] Are there readers capable of streaming?

Luis Ibanez luis.ibanez at kitware.com
Sun Mar 9 22:26:33 EDT 2008


Hi Eugen,

The following ITK Readers are capable of Streaming:

          1) MetaImage
          2) Nifti

One way to know what readers can provide streaming
is to go to the Insight/Code/IO directory and to
grep for the files that implement the following
method:


   GenerateStreamableReadRegionFromRequestedRegion()



   Regards,


       Luis


-------------------------
Mathieu Malaterre wrote:
> On Thu, Mar 6, 2008 at 11:34 AM, eugen <eudyck at web.de> wrote:
> 
>>Hi everyone,
>>
>> I'm trying to setup an itk pipeline, which streams a volume (in DICOM
>> format). I read in itkImageSeriesReader.h that the imageIO objects
>> actually cannot read portions of files/slices/volumes... Is that true?
>>
>> Particularly I'm interested in streaming DICOM and Nrrd files.
>> Is there a possibitity in ITK to read a whole file portion by portion?
>>
>>
>> Thanks in advance,
>> Eugen
>>
>> PS: I'm using itk 3.2.0
> 
> 
> Hi Eugen,
> 
>   I'll answer only for the DICOM part with GDCM: no this is not
> possible in the general case to do streaming. The only trick you can
> use is the streaming along the last dimension when you are dealing
> with a series of 2D files...obviously :)
> 
> HTH
> -Mathieu
> _______________________________________________
> 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