[vtk-developers] saving a volume rendered dicom image(3d image)

Sankhesh Jhaveri sankhesh.jhaveri at kitware.com
Fri Feb 22 16:03:51 EST 2019


Hi,

Take a look at TestDicomWriter
<https://github.com/dgobbi/vtk-dicom/blob/9bd0e0ff93206e495f1259bfcf49a0637c34b242/Examples/TestDICOMWriter.cxx>
for an example.

As for camera parameters, you just need to save the global camera
parameters via queries like renderer->GetActiveCamera()->GetPosition().

Hope that helps.

Best,

Sankhesh

On Thu, Feb 21, 2019 at 1:56 AM aiswaryakv <aiswaryakviyer at gmail.com> wrote:

> How can i get the camera parameters or positions of the image?
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Dev-f1251487.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtk-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtk-developers/attachments/20190222/4b14490e/attachment.html>


More information about the vtk-developers mailing list