[vtkusers] please help me

Jérôme jerome.velut at gmail.com
Tue Jun 7 03:33:25 EDT 2011


Hi,
In fact, all readers deriving from vtkImageReader2 have this functionality.
Take a look at SetFileNames( ... )  :

http://www.vtk.org/doc/nightly/html/classvtkImageReader2.html#ac084edcfab5d27247a7683892a95617e

Thanks go to Mathieu ;)

Jerome


2011/6/7 Jérôme <jerome.velut at gmail.com>

> Hi,
> I am not aware of a JPEG files serie reader, however you can easily
> instantiate a vtkJPEGReader for each file and add the output of each reader
> to a vtkImageAppend (by specifying the append axis to be z).
> Be careful, during the process the memory usage would reach twice more than
> expected (readers + append).
>
> HTH,
> Jerome
>
> 2011/6/7 Jyothilekshmi <lekshmijyothi at cdactvm.in>
>
>>  Dear All,
>>
>>     I want to read a series of jpeg images using vtk.What is the code ??
>> somebody please help me
>>
>> Thanks,
>>
>>  Jyothi
>>
>> ______________________________________
>> Scanned and protected by Email scanner
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110607/5e55e6bc/attachment.htm>


More information about the vtkusers mailing list