[osg-users] Help needed with osgVolume

Robert Osfield robert.osfield at gmail.com
Tue Apr 4 08:53:13 PDT 2017


On 4 April 2017 at 16:03, abhishek setty <rhabhishek at gmail.com> wrote:
> I have been following beginners guide and quick start guide to learn basic
> components of osg.
> I wanted to know if there is a way to use osgVolume to read dicom / tiff
> images in a program.
> I am spending time on learning C++ in parallel. Any help with my problem
> would be great.

I would recommend breaking things down into steps, start simple, learn
what you need and then move to a more advanced level.  For osgVolume
it's like any other image loading, you need the appropriate plugin to
load the image.  The osgvolume example illustrates how read files.

For dicom you'll need to build the OSG against the DMCTK 3rd party
library, for tiff youi'll need libtiff.

Robert.



More information about the osg-users mailing list