# import 3D volume from ITK to VTK

**URL:** https://discourse.vtk.org/t/import-3d-volume-from-itk-to-vtk/497
**Category:** Support
**Created:** [March 15, 2019, 6:25pm UTC](https://discourse.vtk.org/t/import-3d-volume-from-itk-to-vtk/497 "2019-03-15T18:25:26Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![lassoan](https://discourse.vtk.org/user_avatar/discourse.vtk.org/lassoan/32/50_2.png) [@lassoan](https://discourse.vtk.org/u/lassoan)
#### Post date: [March 16, 2019, 12:55am UTC](https://discourse.vtk.org/t/import-3d-volume-from-itk-to-vtk/497/6 "2019-03-16T00:55:35Z")

</div>

I would recommend not to start writing a viewer application from scratch. There are several open-source medical image computing application frameworks that take care of basics, such as DICOM import, image processing, segmentation, registration using ITK, visualization using VTK. You can use these application frameworks and add your custom functions as plugin modules. You may need to spend a few weeks or months to learn how to use, customize, and extend them, but you save several years of development time. For example [3D Slicer](https://www.slicer.org) and [MITK](http://mitk.org) are two well-established, general-purpose applications; but there are also a number of smaller, more specialized ones.

---

_[View the full topic](https://discourse.vtk.org/t/import-3d-volume-from-itk-to-vtk/497)._
